vagrant-berkshelf

Gem Version Build Status

A Vagrant plugin to add Berkshelf integration to the Chef provisioners

Installation

  1. Install Vagrant ">= 1.5.2"
  2. Install ChefDK ">= 0.2.0"
  3. Install the Vagrant Berkshelf plugin

    $ vagrant plugin install vagrant-berkshelf

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!

The Vagrant Berkshelf plugin does not support multi-machine Vagrantfiles.

Getting Help

  • If you have an issue: report it on the issue tracker
  • If you have a question: visit the #chef or #berkshelf channel on irc.freenode.net

Authors

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

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