-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] New chocolatey version (2.x) - chocolatey states fail with an error #64622
Comments
For the record - I "fixed" it by removing this from chocolatey.py (under Install section):
|
And this happens to all version of salt once Chocolatey is upgraded to 2.x.. |
@twangboy Sure. Let me tkae a look at it. |
@twangboy I think you fixed module section.. We have issues with state one as well... |
@twangboy Unfortunately it does not seem to work... It does not error out now but I get nothing back..
Expected reslt is this:
|
OK, I think that's fixed here: #64922 |
@twangboy I upgraded to 3006.2. Upraded choloatey to 2.2.2 and no luck...
So... Chocolatey is installed... But it is not.. Running commands on the server itself from PowerShell confirms that chocolatey is installed:
|
My "fix" still works though... |
Description
States that ran fine with older version of chocolatey are now failing with latest chocolatey installed.
State that fails:
This state works just fine on older chocolatey... But with new one we get this:
Looks like commands that choleatey uses changed with the new version...
Old version:
New version:
Looks like salt module will have to be updated to work with new chocolatey version...
The text was updated successfully, but these errors were encountered: