From b174258c5770b41970a3748da89c1623eec6ad64 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 19 Jun 2019 13:12:40 -0400 Subject: [PATCH] regularize indentation --- website/source/partials/provisioners/_common-config.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.