vagrant/plugins
William E. Triest. III 4a2566c646 Fixes 4309
When the winrm communicator executes a command in an elevated shell,
this patch causes it to escape double quotes.

This is necessary as the first line in the file that it produces and
then executes it puts the command into a variable called command that
is delimited by double quotes.
2014-08-07 08:49:36 -04:00
..
commands Fixed issue 4161 2014-07-08 13:19:43 -07:00
communicators Fixes 4309 2014-08-07 08:49:36 -04:00
guests guests/nixos: don't detect as Windows [GH-4302] 2014-08-06 11:17:41 -07:00
hosts Merge pull request #4224 from kamazee/fix/master/nfs_archlinux_systemd 2014-08-05 17:46:40 -07:00
kernel_v1 Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
kernel_v2 Add config.vm.box_server_url setting 2014-08-01 14:38:55 +02:00
providers providers/docker: single port works [GH-3991] 2014-08-06 15:34:41 -07:00
provisioners provisioners/puppet: don't repeat output when prov fails [GH-4303] 2014-08-06 11:11:12 -07:00
synced_folders commands/rsync-auto: check machine ID prior to sync [GH-4031] 2014-08-06 16:56:09 -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.