From b4ac9d00331a9c5d5114f9d3dffad2b8b233b908 Mon Sep 17 00:00:00 2001 From: Renat Zaripov Date: Wed, 22 Jun 2016 09:29:13 +0300 Subject: [PATCH] Clarifying defaults remote_path for powershell and windows-shell provisioners --- website/source/docs/provisioners/powershell.html.md | 2 +- website/source/docs/provisioners/windows-shell.html.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/provisioners/powershell.html.md b/website/source/docs/provisioners/powershell.html.md index 4cd862616..245b78e76 100644 --- a/website/source/docs/provisioners/powershell.html.md +++ b/website/source/docs/provisioners/powershell.html.md @@ -71,7 +71,7 @@ Optional parameters: Windows user. - `remote_path` (string) - The path where the script will be uploaded to in - the machine. This defaults to "/tmp/script.sh". This value must be a + the machine. This defaults to "c:/Windows/Temp/script.ps1". This value must be a writable location and any parent directories must already exist. - `start_retry_timeout` (string) - The amount of time to attempt to *start* diff --git a/website/source/docs/provisioners/windows-shell.html.md b/website/source/docs/provisioners/windows-shell.html.md index 38f10fcef..a3d80a63a 100644 --- a/website/source/docs/provisioners/windows-shell.html.md +++ b/website/source/docs/provisioners/windows-shell.html.md @@ -65,7 +65,7 @@ Optional parameters: to run, and `Vars`, which is the list of `environment_vars`, if configured. - `remote_path` (string) - The path where the script will be uploaded to in - the machine. This defaults to "/tmp/script.sh". This value must be a + the machine. This defaults to "c:/Windows/Temp/script.bat". This value must be a writable location and any parent directories must already exist. - `start_retry_timeout` (string) - The amount of time to attempt to *start*