vagrant/plugins
Seng Lin Shee 774940521e Ignore Powershell progress updates on stderr
Starting with PowerShell 5, the progress bar can be observed via the
Write-Progress cmdlet. From WinRM, this appears as a stderr output.
Vagrant assumes that there is error if output appears on stderr.

This terminates various scripts which previously executed successfully
in Vagrant (prior to Windows 10).

This fix injects a variable assignment at various points of the script
execution process to disable display of the progress bar.
2015-11-18 13:52:25 -08:00
..
commands commands/plugin: plugin-clean-sources 2015-11-18 11:21:39 -08:00
communicators Ignore Powershell progress updates on stderr 2015-11-18 13:52:25 -08:00
guests Merge pull request #6288 from rickard-von-essen/dnf 2015-11-18 13:37:22 -08:00
hosts Merge pull request #6254 from krig/suse-nfs-commands 2015-11-18 13:14:52 -08:00
kernel_v1 Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
kernel_v2 Merge pull request #6150 from pwnall/patch-2 2015-11-18 12:04:52 -08:00
providers commands/up: automatically install providers 2015-11-05 13:58:15 -08:00
provisioners Merge pull request #6307 from tbriggs-curse/fix/master/6306_chef_windows_capability 2015-11-18 13:48:48 -08:00
pushes push/local-exec: close temp script, fix inline [GH-5695] 2015-07-06 23:42:07 -06:00
synced_folders Merge pull request #6232 from mirthy/windows7-hostinfo 2015-11-18 13:11:10 -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.