vagrant/plugins
Dan Williams 49c4581a8c [fedora] honor MAC address when configuring networks
Configuring by :interface doesn't work very well because Vagrant has
no idea about what interfaces are present in the VM, for example if
the image has 'docker' installed but not biosdevname, then
interface_names[0] = "docker0" which is usually not what you want
mapped to the first network from the Vagrantfile.

So if the plugins (like vagrant-libvirt) or the Vagrantfile has
given us a network with a MAC address, use that to find the interface
name for the network.  Otherwise use slot numbers as before.
2015-06-30 16:43:36 -05:00
..
commands Remove message for now 2015-02-03 21:06:51 -05:00
communicators communicators/winrm: don't stop task on idle end 2015-03-12 15:25:40 -05:00
guests [fedora] honor MAC address when configuring networks 2015-06-30 16:43:36 -05: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 Merge pull request #5495 from jfbibeau/windows_unc_paths 2015-05-06 14:06:38 -07:00
provisioners Salt bootstrap ps1 should be idempotent 2015-04-14 05:57:16 -07:00
pushes Cleanup style 2015-04-02 10:11:41 -04: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.