regularize indentation
This commit is contained in:
parent
022b559c2f
commit
b174258c57
|
@ -15,11 +15,11 @@ Parameters common to all provisioners:
|
||||||
"script": "script.sh",
|
"script": "script.sh",
|
||||||
"override": {
|
"override": {
|
||||||
"vmware-iso": {
|
"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
|
- `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…
Reference in New Issue