-
Notifications
You must be signed in to change notification settings - Fork 63
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
Additional Download Problems #96
Comments
Appears to be an issue with retrieve_latest_chef_version which is checking gem to get the latest version (11.16.2 as of writing) but only 11.16 is available via getchef.com/chef/metadata. Pinning your Vagrant config.omnibus.chef_version to '11.16' is a workaround for this until 11.16.2 is published by opscode. It'd be nice if vagrant-omnibus checked against the omnibus metadata to get latest version. |
It's perfectly valid to pass in latest to opscode metadata. eg: Is there any reason to do retrieve_latest_chef_version? |
The code in |
So, using |
Just checked the code and omnitruck does support 'latest' as a string to the API (or you can just omit the version argument entirely). So the first step is that :latest should be mapped on that, but please include a loud WARN to people that they'll get major version bumped without any warning and their cookbooks may break and nobody will apologize to them about it. |
Starting this evening, when using
config.omnibus.chef_version = :latest
, I'm getting the following using multiple cookbooks on multiple machines:The text was updated successfully, but these errors were encountered: