Merge pull request #7770 from jsoref/patch-1

regularize indentation
pull/7781/head
Adrien Delorme 7 years ago committed by GitHub
commit 6db08248d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.
`1h10m1s` or `10m` to finish, the provisioner will timeout and fail.

Loading…
Cancel
Save