Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

Vagrant-Berkshelf Chef Tool

A Vagrant plugin to add Berkshelf integration to the Chef provisioners

Install & Usage Instructions

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.