From 228abf27a6a7d4abcd1ba6d64d9348f0352e92b0 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Tue, 31 May 2016 22:06:57 -0400 Subject: [PATCH] provisioner/salt: fix orchestrations documentation Fixes GH-7209 --- website/source/docs/provisioning/salt.html.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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