Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
set bootstrap options for Vagrant env
Browse files Browse the repository at this point in the history
After vagrant 1.7.2 the salt provisioner seems to misbehave:
hashicorp/vagrant#6011
and
hashicorp/vagrant#6029
  • Loading branch information
filipposc5 committed Sep 25, 2015
1 parent 69a8b03 commit db78474
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|

salt.verbose = true
salt.minion_config = "vagrant/salt/minion"
salt.bootstrap_options = "-F -c /tmp -P"
salt.run_highstate = true

end
Expand Down

0 comments on commit db78474

Please sign in to comment.