website/docs: fix typo [GH-6227]

This commit is contained in:
Mitchell Hashimoto 2015-11-18 18:20:34 -08:00
parent a341c0b03c
commit cfc5914ca2
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ on a single minion, without a master:
## Use all the defaults:
config.vm.provision :salt do |salt|
salt.masterless = true
salt.minion_config = "salt/minion"
salt.run_highstate = true
@ -116,7 +116,7 @@ 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 supersedes by run_overstate. 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.
## Output Control