A Vagrant plugin to add Berkshelf integration to the Chef provisioners
Install Vagrant 1.2.x from the Vagrant downloads page
Install the Vagrant Berkshelf plugin
$ vagrant plugin install vagrant-berkshelf
Once the Vagrant Berkshelf plugin is installed it can be enabled in your Vagrantfile
Vagrant.configure("2") do |config|
...
config.berkshelf.enabled = true
...
end
The plugin will look in your current working directory for your Berksfile
by default. Just ensure that your Berksfile exists and when you run vagrant up
, vagrant provision
, or vagrant destroy
the Berkshelf integration will automatically kick in!
- Jamie Winsor (jamie@vialstudios.com)
- Michael Ivey (michael.ivey@riotgames.com)
Thank you to all of our Contributors, testers, and users.
If you'd like to contribute, please see our contribution guidelines first.