provisioner/salt: fix orchestrations documentation

Fixes GH-7209
This commit is contained in:
Seth Vargo 2016-05-31 22:06:57 -04:00
parent 37cdabc2e7
commit 228abf27a6
No known key found for this signature in database
GPG Key ID: 905A90C2949E8787
1 changed files with 6 additions and 3 deletions

View File

@ -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