-
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
New parameter for chef omnibus installer to support ChefDK #82
Comments
Now that they have release ChefDK, is there a way to make the vagrant-omnibus plugin install it? I'm trying to use the |
This plugin installs the Chef client on the guest, while ChefDK is a toolkit for your workstation, so IMHO it is out of scope for vagrant-omnibus. |
👍 to what @tmatilai said. |
@tmatilai When using vagrant chef-solo having ChefDK on the instance is hugely helpful, especially if one is responsible for prepping vagrant and corresponding configs for a team. |
@tmatilai @sethvargo I'm going to have to disagree here. This would be very useful for bootstrapping an OpenStack instance that one wishes to use for cookbook development. Without this we're going to need to have a separate installation for Chef as well as Chef DK. Please reconsider. |
bump. It would be fantastic if there was a switch to install chefdk via the omnibus plugin, especially since the script now supports chefdk (including rc builds) |
Vagrant 1.7+ installs Chef automatically on everything but windows (coming soon). |
Chef recently added some endpoints and a -P chefdk option to install.sh for their upcoming chefdk release.
Was wondering if this something that could be taken into account here?
The text was updated successfully, but these errors were encountered: