-
Notifications
You must be signed in to change notification settings - Fork 585
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
Support wget and curl for omnibus installs (in Kitchen::Driver::SSHBase
)
#61
Comments
This will allow a user to upgrade or downgrade their Omnibus package version to match the version string in require_chef_omnibus. If the version string matches what is currently installed, the installation is skipped. **Note** This commit also supports a value of `"latest"` for require_chef_omnibus which drops the version flag when calling the omnibus installation script. Since calculating the lastest Chef release is nontrivial, the Omnibus installer will be called on every converge when `"latest"` is set--whether Chef is installed or not. Closes #32
This issue is still ongoing. Right now the Bento base boxes do not come with curl so switching omnibus versions is impossible. Here's two lines that show up when you specify or require omnibus in your kitchen.yml
This references this install command that does not check for or install curl. |
Should be addressed with #82 |
Can confirm this was resolved for me. Bento baseboxes now upgrade Chef per the omnibus version number directive. I'll see about documenting this if it's not there yet. |
Reference: 15b85bd#commitcomment-2645831
The text was updated successfully, but these errors were encountered: