vagrant/plugins
Frank Baalbergen 90719dc82f vagrant duplicates >= eth2 when defining two config.vm.network :private_network
When a vagrant box has two private network ips /etc/network/interfaces
will duplicate eth2 and bigger. sed matches greedy, so the first
 #VAGRANT-END matches. This will result in:

/etc/network/interfaces:29: interface eth2 declared allow-auto twice
/sbin/ifup: couldn't read interfaces file "/etc/network/interfaces"
2015-02-11 15:37:41 +01:00
..
commands Remove message for now 2015-02-03 21:06:51 -05:00
communicators Use winrm-fs for file uploads 2015-01-20 11:45:57 -08:00
guests vagrant duplicates >= eth2 when defining two config.vm.network :private_network 2015-02-11 15:37:41 +01: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 Validate pushes in the global config 2015-01-07 15:51:20 -05:00
providers providers/virtualbox: read netmask from dhcpservers 2015-01-21 10:51:39 -08:00
provisioners Switch to docker.com 2015-01-19 13:58:45 -08:00
pushes Add tests for sending metadata 2015-02-04 11:45:02 -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.