This Puppet module installs the Vagrant software package from the releases provided by the Vagrant downloads page.
To install vagrant, simply use the following in your manifests:
include vagrant
To install a Vagrant plugin,
use the vagrant::plugin
defined type. For example, to install the
vagrant-windows
plugin, you'd
use the following in your manifest:
vagrant::plugin { 'vagrant-windows': }
Apache License, Version 2.0
Justin Bronn justin@counsyl.com
Please log tickets and issues at https://github.com/counsyl/puppet-vagrant