Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 779 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 779 Bytes

vagrant

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': }

License

Apache License, Version 2.0

Contact

Justin Bronn [email protected]

Support

Please log tickets and issues at https://github.com/counsyl/puppet-vagrant