Installs Vagrant and Vagrant plugins
- Mac_os_x
- Ubuntu
- dmg
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 | [] |
Installs Vagrant and Vagrant plugins
{
"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]"
]
}
Author:: Michael Nairn ([email protected])
Copyright:: 2014, Michael Nairn
License:: Apache 2.0