A Vagrant plugin to add Berkshelf integration to the Chef provisioners
Install Vagrant '>= 1.5.2' from the Vagrant downloads page
Install the Vagrant Berkshelf plugin
$ vagrant plugin install vagrant-berkshelf --plugin-version 2.0.0.rc3
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 ([email protected])
- Michael Ivey ([email protected])
Thank you to all of our Contributors, testers, and users.
If you'd like to contribute, please see our contribution guidelines first.


