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

Clarifying defaults remote_path for powershell and windows-shell prov…
pull/3690/head
Chris Bednarski 10 years ago committed by GitHub
commit da80c60e84

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

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

Loading…
Cancel
Save