-
Notifications
You must be signed in to change notification settings - Fork 264
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
Use Chef Omnitruck API to get Chef/ChefDK URls #87
Conversation
daxgames
commented
Dec 11, 2016
- Also updated Chef and ChefDK versions to latest stable
Implemented Omnitruck API suggested in #32 Also fixes assumption that x64 versions exist causing download failure older versions. |
Output from an older Chef 12.5.1 client run omnitruck returns an Chef-Client x86 URL:
|
Output from an newer Chef 12.16.42 client run omnitruck returns an Chef-Client x64 URL:
|
We keep defining the download URLs at several spots. It makes them hard to manage and update. I am preparing a PR (should be up in a few minutes) which also updates a lot of URLs (and thus will cause even more merge-issues with this one). I'd highly welcome an attempt to move all URLs of additional tools to one spot. :-/ |
I also have an updated version of this that uses this new ps1_download function assuming #179 gets merged. |