Shane Lee

Results 21 issues of Shane Lee

On Windows Server 2016: I clone the repo: ``` git clone https://github.com/PowerShell/openssh-portable.git ``` I run the build script: ``` .\openssh-portable\contrib\win32\openssh\OpenSSH-build.ps1 ``` I get the following error (First Bug): ``` VERBOSE:...

### What does this PR do? Improvements to the MacOS build scripts to match those made on the salt-pkg repo. ### Merge requirements satisfied? **[NOTICE] Bug fixes or features added...

### What does this PR do? Adds support for the Windows Event Log. This is a backport from the develop branch. ### What issues does this PR fix or reference?...

### What does this PR do? Migrates LGPO tests to pytest. Enables the tests so they run. ### What issues does this PR fix or reference? Fixes: https://github.com/saltstack/salt/issues/61717 ### Previous...

Sulfur v3006.0

**Description** On Windows Server operating systems there are two adml/admx files for terminal services. - TerminalServer.adml/.admx - TerminalServer-Server.adml/.admx These files share identical policy names for `Do not allow Clipboard redirection"....

Execution-Module
Bug
Windows
P2
lgpo
Sulfur v3006.0

**Description** Running salt commands against a master that isn't started throws an ugly stacktrace. This seems to only happen on Windows. I tested on ubuntu and there is no stacktrace....

Bug
needs-triage

### Description of Issue/Question We should probably sign our scripts when we do a release. On Windows this means we can set the Execution Policy to "RemoteSigned" to add some...

`minion_id` overridden by `minion` config file overridden by config in `minion.d`

https://github.com/saltstack/salt/issues/59148 - [ ] Create Service manager in Python - [ ] Remove NSSM from NSIS Installer Do we recreate NSSM using another language (rust)? Do we provide hooks into...

Rigel currently has a wrapper around the service execution module for creating services. Add the ability to create a service in a stateful manner to the `states/service.py` state module. https://docs.saltstack.com/en/latest/ref/states/writing.html