diff --git a/website/source/docs/provisioning/salt.html.md b/website/source/docs/provisioning/salt.html.md index c5dafe09d..5b7df9086 100644 --- a/website/source/docs/provisioning/salt.html.md +++ b/website/source/docs/provisioning/salt.html.md @@ -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