vagrant/plugins
Eric Winkelmann 879977832c Prefer xfreerdp for RDP connections on Linux hosts.
Rather than only using rdesktop (which does not work properly with newer
versions of RDP), use xfreerdp if available and fall back to rdesktop if
not.
2015-11-02 23:39:06 -08:00
..
commands Merge pull request #6377 from mitchellh/f-cap-command 2015-10-08 10:52:14 -04:00
communicators communicators/winrm: respect boot_timeout when fetching winrm_info 2015-09-02 16:36:23 -05:00
guests Fixes Fedora network issues when biosdevname command is not present. 2015-10-11 23:10:26 +02:00
hosts Prefer xfreerdp for RDP connections on Linux hosts. 2015-11-02 23:39:06 -08:00
kernel_v1 Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
kernel_v2 kernel/v2: box is optional if clone is set 2015-10-08 12:41:16 -04:00
providers providers/virtualbox: if no box, don't import the master 2015-10-16 10:30:04 -07:00
provisioners Handle encoding errors in shell provisioner newline normalization. 2015-09-12 14:36:54 +01:00
pushes push/local-exec: close temp script, fix inline [GH-5695] 2015-07-06 23:42:07 -06:00
synced_folders update to latest listen 2015-07-09 11:18:36 -06:00
README.md Add README to plugin directory 2012-04-18 17:48:06 -07:00

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.