vagrant/plugins
Brian Cain 06b3268b6f
Fixes #8315: Properly set env variables for puppet provisioner
Prior to this commit, the puppet provisioner would not properly set its
environment variables, if any were configured in the Vagrantfile. This
commit separates those properly with semicolons when calling out to
puppet apply.
2018-09-18 10:09:01 -07:00
..
commands Merge pull request #10171 from eigengrau/default-template 2018-09-07 11:17:46 -07:00
communicators Only reset the _init on testing cleanup 2018-07-30 14:44:36 -07:00
guests Merge pull request #10092 from jmaness/patch-1 2018-08-31 10:03:49 -07:00
hosts Extract smblist information based on position 2018-08-30 10:58:56 -07:00
kernel_v1 Support environment variable forwarding, fixes #4131 2015-11-19 16:25:54 -08:00
kernel_v2 Merge pull request #10066 from chrisroberts/e-net-ssh-update 2018-07-31 13:48:49 -07:00
providers Check for automatic checkpoint support before configuring 2018-09-05 13:37:45 -07:00
provisioners Fixes #8315: Properly set env variables for puppet provisioner 2018-09-18 10:09:01 -07:00
pushes Provide custom error when attempting to push too many files with FTP 2018-06-26 08:28:01 -07:00
synced_folders Check :verify_host_key value for :never or if falsey 2018-08-24 14:11:30 -07:00
README.md Add README to plugin directory 2012-04-18 17:48:06 -07:00

README.md

Vagrant Core Plugins

These are plugins that ship with Vagrant. Vagrant core uses its own plugin system to power a lot of the core pieces that ship with Vagrant. Each plugin will have its own README which explains its specific role.