From 9dd45ac81c3f4d39e68e16a708d187c1ecd555f0 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 12 Apr 2014 09:05:08 -0700 Subject: [PATCH] website/docs: update docs for winrm shell provisioning --- website/docs/source/v2/provisioning/shell.html.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/docs/source/v2/provisioning/shell.html.md b/website/docs/source/v2/provisioning/shell.html.md index 64140b4d6..db782aff9 100644 --- a/website/docs/source/v2/provisioning/shell.html.md +++ b/website/docs/source/v2/provisioning/shell.html.md @@ -50,7 +50,9 @@ The remainder of the available options are optional: * `upload_path` (string) - Is the remote path where the shell script will be uploaded to. The script is uploaded as the SSH user over SCP, so this - location must be writable to that user. By default this is "/tmp/vagrant-shell" + location must be writable to that user. By default this is + "/tmp/vagrant-shell". On Windows, this will default to + "C:\tmp\vagrant-shell". * `keep_color` (boolean) - Vagrant automatically colors output in green and red depending on whether the output is from stdout or stderr. If this is