Skip to content

Commit 3874c70

Browse files
committed
Merge pull request vmware-archive#91 from cameronboehmer/develop
fixed typo in readme
2 parents e0cbea0 + 6267b75 commit 3874c70

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.rst

+1-3
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ the above masterless setup::
5656
## Use all the defaults:
5757
config.vm.provision :salt do |salt|
5858

59-
salt.salt_minion = "salt/minion"
59+
salt.minion_config = "salt/minion"
6060
salt.run_highstate = true
6161

6262
end
@@ -249,5 +249,3 @@ Create/Update your ``Vagrantfile`` per the example provided in the `Configuratio
249249

250250
Finally, you should be able to run ``vagrant up`` and the salt should put your
251251
vagrant minion in state.highstate.
252-
253-

0 commit comments

Comments
 (0)