vagrant/plugins
Chris Roberts e47e1df228 Reference Hyper-V switch by ID instead of name
Keep track of selected Hyper-V switch using the ID instead of name
to prevent any encoding issues that may occur switching between
PowerShell and Ruby. With the IDs staying consistent, the switch
name can be fetched from the provided ID.

Fixes #9679 #8794 #9451
2018-04-27 16:52:16 -07:00
..
commands Return original URL value when unmodified 2018-04-25 16:21:21 -07:00
communicators Merge pull request #9676 from chrisroberts/e-win-file-perms 2018-04-10 14:56:28 -07:00
guests Fix network configuration on FreeBSD hosts 2018-04-19 16:25:16 -03:00
hosts Default SMB version to 2.0 for linux guest mounts 2018-04-26 08:45:05 -07:00
kernel_v1 Support environment variable forwarding, fixes #4131 2015-11-19 16:25:54 -08:00
kernel_v2 Add warning if vagrant-triggers plugin is installed 2018-04-26 14:59:09 -07:00
providers Reference Hyper-V switch by ID instead of name 2018-04-27 16:52:16 -07:00
provisioners Merge pull request #9669 from dduponchel/data_bags_path 2018-04-24 15:45:36 -07:00
pushes Use Integer instead of Fixnum for Ruby 2.4+ compatibility. 2017-10-23 10:57:36 -07:00
synced_folders Merge pull request #8828 from mkhon/nfsv4-default-tcp 2018-02-23 09:50:49 -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.