Shane Lee

Results 57 comments of Shane Lee

![image](https://user-images.githubusercontent.com/9383935/151868776-ed932d99-461c-4e99-af84-e14027b9232e.png)

I have tried a new shell and I have tried rebooting the machine. [OpenSSHReleasex64.log](https://github.com/PowerShell/Win32-OpenSSH/files/8027737/OpenSSHReleasex64.log)

The reason this was changed is because we were passing `KeyError` as the default to the function. This was causing a serialization error as you can't serialize `type` objects. So,...

https://docs.saltproject.io/en/latest/topics/windows/windows-package-manager.html#winrepo-dir-ng The warning says that the `winrepo_dir_ng` location must be inside the `file_roots`, otherwise, the minion can't see it. I see you have defined `winrepo_dir_ng: /srv/dev/salt_states/win/repo/` which is a location...

@amalaguti Thanks for reporting this. I've scheduled it for our Sulfur release.

Hey @amalaguti The above PR makes it easier to uninstall a KB using the win_dism execution/state module. It allows you to just pass the KB number without having to know...

I'm experiencing this issue on 6.7 with a Windows 10 build 1507 image. Other OSes seem to complete successfully.

This probably needs to be wrapped in a Try/Except block...

That would probably work too, but the variable would be empty. So, set it first, then SilentlyContinue.

Hey, @bdrung Looks like this needs to be rebased and have pre-commit run on it. Do you mind doing that? https://docs.saltstack.com/en/latest/topics/development/contributing.html#quickstart