vagrant/plugins
Jeff Bonhag e672e5dc65
Fix issues with Windows SSH provisioner
Windows commands that run over SSH are wrapped in a script that writes a
special marker to the two output streams (stdout and stderr).  This
allows Vagrant to consume the output streams.

Unfortunately, this leads to a sort of chicken-and-egg problem where no
commands can be run before a wrapper script exists. For example, you
can't make a destination directory to upload the wrapper script without
first creating a wrapper script to make the directory. :)

This commit changes the behavior of the WinSSH communicator to assume
that the destination directory already exists for provisioning scripts.

It also moves the default `upload_path` from the shell provisioner
config so we can have OS-specific defaults.

Finally, it introduces a Windows-specific #upload method which will
properly use a Windows path separator on a non-Windows host.
2020-01-13 13:55:48 -05:00
..
commands Fixes #11228: Allow to force check for box updates 2019-12-03 11:42:55 -08:00
communicators Fix issues with Windows SSH provisioner 2020-01-13 13:55:48 -05:00
guests Fix issues with Windows SSH provisioner 2020-01-13 13:55:48 -05:00
hosts Darwin: put each NFS export on its own line (#11216) 2019-11-25 15:41:05 -05:00
kernel_v1 Support environment variable forwarding, fixes #4131 2015-11-19 16:25:54 -08:00
kernel_v2 Fixes #11287: Set top level provisioner name if set in provisioner 2020-01-06 11:10:28 -08:00
providers Fixes #11128: Error if machine folder inaccessible (#11239) 2019-12-17 12:41:12 -05:00
provisioners Fix issues with Windows SSH provisioner 2020-01-13 13:55:48 -05:00
pushes Provide custom error when attempting to push too many files with FTP 2018-06-26 08:28:01 -07:00
synced_folders Fixes #10966: Ensure all subdirectory files are watched 2019-09-26 08:29:37 -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.