Merge pull request #3641 from rrzaripov/website-fix-default-remote-path-windows-shell

Clarifying defaults remote_path for powershell and windows-shell prov…
This commit is contained in:
Chris Bednarski 2016-07-06 23:24:02 -07:00 committed by GitHub
commit da80c60e84
2 changed files with 2 additions and 2 deletions

View File

@ -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*

View File

@ -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*