vagrant/plugins
Reto Gantenbein 6050b13f43 Make Debian guest detection more reliable
/etc/issue is far from being a reliable source for OS detection as it
can be changed by a user without affecting any OS functionality. As
newer Debian systems run systemd by default, check for /etc/os-release
and fallback to lsb_release for older Debian versions. Check #7625 for
a similar issue. Even lsb_release is not manatory, therefore keep the
current code of parsing /etc/issue to avoid regressions.
2016-10-11 07:49:35 -07:00
..
commands Revert "Fix incorrect ssh-config output when '--host' is defined" 2016-10-07 16:50:12 -07:00
communicators Merge pull request #7831 from mwrock/nano 2016-09-30 16:16:42 -07:00
guests Make Debian guest detection more reliable 2016-10-11 07:49:35 -07:00
hosts Fix RDP connections on OS X 2016-08-09 14:04:50 -07:00
kernel_v1 Support environment variable forwarding, fixes #4131 2015-11-19 16:25:54 -08:00
kernel_v2 config/vm: cast box version to string before string operations 2016-10-06 16:16:59 -07:00
providers Remove --interactive flag from Docker command 2016-10-05 14:38:20 -05:00
provisioners provisioners/ansible_local: Change binary detection 2016-10-10 23:24:19 +02:00
pushes Use a hash for directory lookups 2016-03-17 20:48:08 -05:00
synced_folders Merge pull request #7740 from chrisroberts/nfs/v4 2016-08-19 10:19:34 -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.