Corrected masterless example
The basic Vagrantfile file example for a masterless setup doesn't set the masterless value. That property defaults to false. https://github.com/mitchellh/vagrant/blob/master/plugins/provisioners/salt/provisioner.rb
This commit is contained in:
parent
8c2dc41223
commit
19b7bbc369
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue