-
Notifications
You must be signed in to change notification settings - Fork 180
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
Chocolatey as requisite in SLS #645
Comments
@alekseyl1992 thanks for reporting this. I think I know what the issue is. It is a combination of factors, most likely. In a nutshell the winrepo sls files for chocolatey are VERY out of date. And I need to re-align things with the new chocolatey and how it installs itself and registers itself in the registry and replicate that in salt, so that either a choc or salt pkg management will do the "same" thing. |
@alekseyl1992 can I close this? I think it works now, right? It was a chocolatey version number issue, but we are currently 'up to date' with latest and it works, right? |
Hey @TheBigBear, since opening this issue there have been 16 merged pull-requests for chocolatey and @alekseyl1992 did not reply. I think we can consider this as fixed ans close the issue, right? |
Sorry, haven't used salt on windows since then. |
My SLS file:
when I run highstate I get:
please note that:
packages failed to install/update
I tried both installing chocolatey via chocolatey.bootstrap or using SLS as stated above. Both times choco installed and worked just fine.
May be that's because it:
https://github.com/saltstack/salt-winrepo-ng/blob/master/chocolatey.sls
actually installs the latest choco, which is 0.10, not 0.9.9 as mentioned in registry keys.
I know there is another issue about choco exit codes:
saltstack/salt#34099
but that issue bescribes installing software with choco, whereas my - installing choco itself.
salt 2016.3.2 (Boron)
salt-minion 2016.3.2 (Boron)
minion os: Windows 7
The text was updated successfully, but these errors were encountered: