vagrant/plugins
Johannes Graf 9998544995 Fix for #6151 / provisioner puppet_server with Puppet Collection 1
puppet_server provisioner fails with Puppet Collection 1 with the
following error:

```bash
==> default: Running provisioner: puppet_server...
The `puppet` binary appears not to be in the PATH of the guest. This
could be because the PATH is not properly setup or perhaps Puppet is not
installed on this guest. Puppet provisioning can not continue without
Puppet properly installed.
```
2015-10-10 21:16:12 +02:00
..
commands Merge pull request #6377 from mitchellh/f-cap-command 2015-10-08 10:52:14 -04:00
communicators Raise Errno::ETIMEDOUT as "acceptable" Errors::ConnectionTimeout 2015-07-15 19:41:10 +02:00
guests Merge pull request #5931 from kaorimatz/fix/guests-fedra-nmcli 2015-07-13 08:31:01 -07:00
hosts hosts/linux: sudo to copy back to exports [GH-5957] 2015-07-15 11:04:05 -07:00
kernel_v1 Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
kernel_v2 kernel/v2: box is optional if clone is set 2015-10-08 12:41:16 -04:00
providers providers/virtualbox: make prepare clone a core thing 2015-10-08 16:02:37 -04:00
provisioners Fix for #6151 / provisioner puppet_server with Puppet Collection 1 2015-10-10 21:16:12 +02:00
pushes push/local-exec: close temp script, fix inline [GH-5695] 2015-07-06 23:42:07 -06:00
synced_folders update to latest listen 2015-07-09 11:18:36 -06: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.