mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
provisioner/salt: fix orchestrations documentation
Fixes GH-7209
This commit is contained in:
parent
37cdabc2e7
commit
228abf27a6
1 changed files with 6 additions and 3 deletions
|
|
@ -118,9 +118,12 @@ Either of the following may be used to actually execute runners
|
|||
during provisioning.
|
||||
|
||||
* `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.
|
||||
* `orchestrations` - (boolean) 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.
|
||||
vagrant up. Can be applied to the master only. This is superseded by
|
||||
orchestrate. 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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue