vagrant/plugins
Pavel Karoukin 6fc1dd7b8a For #3855
CoreOS vagrant's configuration code look for interface names starting with 'enp0', but in my case when deploying CoreOS image to libvirt environment interfaces had names 'ens4v1', 'ens5v2'

This patch should fix it, but it might be part of a bigger issue and having these two patterns might not cover all possible configurations.
2014-05-20 02:29:53 +02:00
..
commands commands/halt: halt in reverse order [GH-3790] 2014-05-14 08:29:22 -07:00
communicators Fixed issue 3729 2014-05-15 09:17:57 -07:00
guests For #3855 2014-05-20 02:29:53 +02:00
hosts commands/rdp: support extra args to RDP client [GH-3686] 2014-05-07 18:32:20 -07:00
kernel_v1 Handle a lot of TODOs 2014-04-29 16:50:58 -07:00
kernel_v2 Update CHANGELOG 2014-05-17 12:21:12 -07:00
providers providers/docker: retry container ssh command [GH-3763] 2014-05-17 13:14:07 -07:00
provisioners fix windows guest with puppet and a facter block 2014-05-13 17:31:31 +01:00
synced_folders synced_folders/rsync: copy symlinks as real files [GH-3734] 2014-05-09 09:31:31 -07: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.