vagrant/plugins
Ben Jansen 992c148169 Ignore Windows NICs with nil :net_connection_id
When upping a Win XP box, vagrant found a lot of "virtual" network
connections that did not have DHCP enabled, and tried to configure them
for DHCP. This did not work because their :net_connection_id is nil.
Ignoring these network connections enabled the XP box to be upped.
2015-03-13 11:49:15 -07:00
..
commands Remove message for now 2015-02-03 21:06:51 -05:00
communicators Merge branch 'master' of github.com:mitchellh/vagrant into winrmssl 2015-02-09 11:10:23 -05:00
guests Ignore Windows NICs with nil :net_connection_id 2015-03-13 11:49:15 -07:00
hosts Allow colon in NFS ID regex 2015-01-20 14:11:42 +00:00
kernel_v1 Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
kernel_v2 Merge branch 'master' into winrm_error_handling 2015-01-20 16:16:48 -05:00
providers providers/virtualbox: interpolation added to error [GH-5308] 2015-02-24 10:48:59 -08:00
provisioners provisioners/chef: actually use command -v 2015-02-24 10:12:25 -08:00
pushes Add tests for sending metadata 2015-02-04 11:45:02 -05:00
synced_folders Merge pull request #5175 from hdeheer/patch-1 2015-02-24 10:06:24 -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.