Merge pull request #5993 from PatOShea/patch-2

website/docs: Corrected masterless example for salt provisioner in documentation
This commit is contained in:
Mitchell Hashimoto 2015-11-18 11:28:57 -08:00
commit d83d614331
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ 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