Skip to content

mikenairn/vagrant-cookbook

Repository files navigation

Vagrant Cookbook

Installs Vagrant and Vagrant plugins

Requirements

Platform:

  • Mac_os_x
  • Ubuntu

Cookbooks:

  • dmg

Attributes

Attribute Description Default
node['vagrant']['download_url'] Download URL https://dl.bintray.com/mitchellh/vagrant
node['vagrant']['version'] Vagrant version to install 1.6.3
node['vagrant']['plugins'] Vagrant plugins to install []

Recipes

vagrant::default

Installs Vagrant and Vagrant plugins

Usage

Example Chef Solo Config

{
  "instance_role": "dev_host",
  "vagrant": {
     "version": "1.6.3",
        "plugins": [
          {
            "vagrant-aws": {
              "version": "0.4.1"
            }
          },
          {
            "vagrant-omnibus": {
              "version": "1.4.1"
            }
          }
        ]
  },
  "run_list": [
    "recipe[vagrant]"
  ]
}

License and Author

Author:: Michael Nairn ([email protected])

Copyright:: 2014, Michael Nairn

License:: Apache 2.0

About

Chef cookbook to install Vagrant and Vagrant plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published