Skip to content

he9lin/vagrant-berkshelf

 
 

Repository files navigation

vagrant-berkshelf

Gem Version Build Status Dependency Status

A Vagrant plugin to add Berkshelf integration to the Chef provisioners

Installation

Install Vagrant '>= 1.5.2' from the Vagrant downloads page

Install the Vagrant Berkshelf plugin

$ vagrant plugin install vagrant-berkshelf --plugin-version '>= 2.0.1'

Usage

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!

Authors

Thank you to all of our Contributors, testers, and users.

If you'd like to contribute, please see our contribution guidelines first.

About

A Vagrant plugin to add Berkshelf integration to the Chef provisioners

Resources

License

Stars

Watchers

Forks

Packages

No packages published