vagrant/plugins
Chris Roberts e735453422 Add reboot option to shell provisioner
Adds a `reboot` option which allows the guest to be rebooted after
the completion of a shell provisioning task. The guest must support
the `:reboot` capability. Like the `reset` option, the `reboot`
option may be provided without defining `inline` or `file` options
when a reboot may be required between other provisioners.

Fixes #8639
2018-12-21 15:50:59 -08:00
..
commands Merge pull request #10490 from chrisroberts/f-snapshot-behavior 2018-12-13 09:18:20 -08:00
communicators Merge pull request #10496 from chrisroberts/e-ssh-config-file 2018-12-13 09:16:49 -08:00
guests Prevent nil dup as unsupported in 2.3 2018-12-20 07:43:43 -08:00
hosts Merge pull request #10012 from Aloz1/add-host-voidlinux 2018-12-19 16:21:52 -08:00
kernel_v1 Support environment variable forwarding, fixes #4131 2015-11-19 16:25:54 -08:00
kernel_v2 Fill out ssh options config and remote_user 2018-12-11 08:09:43 -08:00
providers Update behavior of `snapshot restore` and `snapshot pop` 2018-12-07 16:17:44 -08:00
provisioners Add reboot option to shell provisioner 2018-12-21 15:50:59 -08:00
pushes Provide custom error when attempting to push too many files with FTP 2018-06-26 08:28:01 -07:00
synced_folders Update rsync auto post command error handling to be more generic 2018-12-18 09:50:21 -08: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.