diff --git a/website/source/partials/provisioners/_common-config.html.md b/website/source/partials/provisioners/_common-config.html.md index 6d4d48c35..c1b74a39d 100644 --- a/website/source/partials/provisioners/_common-config.html.md +++ b/website/source/partials/provisioners/_common-config.html.md @@ -15,11 +15,11 @@ Parameters common to all provisioners: "script": "script.sh", "override": { "vmware-iso": { - "execute_command": "echo 'password' | sudo -S bash {{.Path}}" + "execute_command": "echo 'password' | sudo -S bash {{.Path}}" } } } ``` - `timeout` (duration) - If the provisioner takes more than for example - `1h10m1s` or `10m` to finish, the provisioner will timeout and fail. \ No newline at end of file + `1h10m1s` or `10m` to finish, the provisioner will timeout and fail.