vagrant/plugins
Dan Carley 7529b66ea2 Disable insert_key for boot2docker host
Vagrant >1.7 is unable to login to the default boot2docker host if it has
been halted and brought back up again.

This is because the insecure SSH keypair is replaced but boot2docker doesn't
persist filesystem changes between reboots. So when next brought up Vagrant
tries to use the new keypair which is no longer valid and subsequently isn't
able to login.

Prevent this from happening by disabling the `ssh.insert_key` option on
versions where it is available.
2015-01-08 11:23:37 +00:00
..
commands Validate pushes in the global config 2015-01-07 15:51:20 -05:00
communicators communicators/winrm: detect parse errors in powershell and error 2015-01-05 16:53:17 -08:00
guests Merge pull request #4813 from derdanne/funtoo-guest-network-configuration 2015-01-06 16:49:44 -05:00
hosts hosts/bad: escape regexp properly [GH-4922] 2014-12-10 09:16:45 -08:00
kernel_v1 Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
kernel_v2 Validate pushes in the global config 2015-01-07 15:51:20 -05:00
providers Disable insert_key for boot2docker host 2015-01-08 11:23:37 +00:00
provisioners provisioners/puppet: fix exception with module paths [GH-5123] 2015-01-06 22:50:24 -08:00
pushes ENV returns nil, not empty strings 2015-01-05 16:04:00 -05:00
synced_folders Use .key? instead of .has_key? 2015-01-05 18:29:01 -05: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.