From cfc5914ca288ef6c4acb2d54cc47da8fc621391d Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 18 Nov 2015 18:20:34 -0800 Subject: [PATCH] website/docs: fix typo [GH-6227] --- website/docs/source/v2/provisioning/salt.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/source/v2/provisioning/salt.html.md b/website/docs/source/v2/provisioning/salt.html.md index 63121c741..323afa0b0 100644 --- a/website/docs/source/v2/provisioning/salt.html.md +++ b/website/docs/source/v2/provisioning/salt.html.md @@ -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