-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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 chef-server #2
Comments
Adam, I'll be actively learning about chef server and how best to integrate it into Vagrant ASAP. =] |
Adam, An update on this. I've been working in the 'flexible-provisioning' branch to support this gracefully and I finished the chef server provisioner tonight. I tested it and it worked :) (provisioned a lamp server super quick!) I'm going to continue working in this branch to add a few more things to chef-solo and also to make the config easier to use (easier to add recipes and so on). But for now this is working like so... In the Vagrantfile:
And that's it! The base box currently has chef 0.7.x though so I'm going to have to fix that as well. Mitchell |
Adam, Chef server support is in: http://github.com/mitchellh/vagrant/commit/9ba0647b6464c567eab93e6f7a9509f668422b69 Documentation will be forthcoming, but the above comment about the Vagrantfile is still accurate. Mitchell |
Changed minion config path for windows
Move dynamic memory settings into conditional block
In addition to the current chef-solo support, support building vagrant boxes from a chef-server.
The text was updated successfully, but these errors were encountered: