Skip to content
This repository has been archived by the owner on Nov 7, 2020. It is now read-only.

Commit

Permalink
temporary workaround for vagrant issue
Browse files Browse the repository at this point in the history
  • Loading branch information
thehunmonkgroup committed Sep 14, 2015
1 parent d556a45 commit 533abbf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vagrant/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,17 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.synced_folder "/Users/hunmonk/git/shift.consulting/", "/usr/local/node/unhangout-shift.consulting/", owner: "root", group: "root"
config.vm.synced_folder "/Users/hunmonk/git/zoosphere.com/", "/usr/local/node/unhangout-zoosphere.com/", owner: "root", group: "root"

# TODO: Remove this when https://github.com/mitchellh/vagrant/issues/5973 is fixed.
config.vm.provision "shell", inline: "sudo mkdir -p /etc/salt && sudo cp /vagrant/salt/minion /etc/salt/"

# Provider-specific configuration so you can fine-tune various
# backing providers for Vagrant. These expose provider-specific options.
config.vm.provision :salt do |salt|
salt.install_master = false
salt.install_type = "git"
salt.install_args = "v2014.7.6"
salt.minion_config = "salt/minion"
# TODO: Uncomment this when https://github.com/mitchellh/vagrant/issues/5973 is fixed.
#salt.minion_config = "salt/minion"
salt.log_level = "info"
salt.verbose = true
salt.run_highstate = true
Expand Down

0 comments on commit 533abbf

Please sign in to comment.