vagrant/plugins
Brian Cain a05d95bd0a (#7139) Add post-install provisioner to docker provisioner
Prior to this commit, if a user attempted to configure
`/etc/default/docker` through vagrant prior to installation, the package
manager would not override an existing configuration and installing
docker would then fail. This commit fixes this by introducing a
`post_install_provisioner` that allows users to define a provisioner
block that will run after docker has been installed, allowing users to
configure `/etc/default/docker` how they want.
2017-06-27 16:01:23 -07:00
..
commands (#7188) Clean up vagrant snapshot restore/delete error messages 2017-06-07 09:12:20 -07:00
communicators (#6640) Use default cipher list for ssh communicator 2017-06-09 17:18:15 -07:00
guests Merge pull request #8553 from bdwyertech/kali 2017-06-14 16:47:32 -07:00
hosts refactor winrm communicator to use latest winrm gems and v2 api 2016-12-11 00:52:00 -08:00
kernel_v1 Support environment variable forwarding, fixes #4131 2015-11-19 16:25:54 -08:00
kernel_v2 (#7855) Introduce more ssh options for machines 2017-06-15 16:29:53 -07:00
providers Merge pull request #8678 from caveman-dick/fixWindow2012R2Issue 2017-06-19 16:51:46 -07:00
provisioners (#7139) Add post-install provisioner to docker provisioner 2017-06-27 16:01:23 -07:00
pushes Isolate push deprecation to atlas strategy only 2017-03-21 15:08:17 -07:00
synced_folders Fix nil case 2017-06-16 11:22:56 +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.