The rationale here is to make it so existing Vagrantfile configurations remain unchanged. While benh57's solution worked for me, I had to add a ".to_yaml" to the VagrantFile line that implemented puppet.facter and this would mean existing Vagrant configurations that use Puppet would produce an error if that was not present. Additionally, without this change, the Vagrant file also needed a "require('yaml')" declaration to make the ".to_yaml" conversion possible. |
||
---|---|---|
.. | ||
commands | ||
communicators | ||
guests | ||
hosts | ||
kernel_v1 | ||
kernel_v2 | ||
providers | ||
provisioners | ||
pushes | ||
synced_folders | ||
README.md |
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.