provisioner/salt: fix orchestrations documentation
Fixes GH-7209
This commit is contained in:
parent
37cdabc2e7
commit
228abf27a6
|
@ -118,9 +118,12 @@ Either of the following may be used to actually execute runners
|
||||||
during provisioning.
|
during provisioning.
|
||||||
|
|
||||||
* `run_overstate` - (boolean) Executes `state.over` on
|
* `run_overstate` - (boolean) Executes `state.over` on
|
||||||
vagrant up. Can be applied to the master only. This is superseded by orchestrate. Not supported on Windows guest machines.
|
vagrant up. Can be applied to the master only. This is superseded by
|
||||||
* `orchestrations` - (boolean) Executes `state.orchestrate` on
|
orchestrate. Not supported on Windows guest machines.
|
||||||
vagrant up. Can be applied to the master only. This is superseded by run_overstate. Not supported on Windows guest machines.
|
|
||||||
|
* `orchestrations` - (array of straings) Executes `state.orchestrate` on
|
||||||
|
vagrant up. Can be applied to the master only. This is superseded by
|
||||||
|
run_overstate. Not supported on Windows guest machines.
|
||||||
|
|
||||||
## Output Control
|
## Output Control
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue