setup vagrant box roles and nginx package

This commit is contained in:
Jan Dittberner 2015-10-04 19:00:46 +02:00
parent 6f9b17dc49
commit 18ae1e15f4
9 changed files with 88 additions and 0 deletions

1
Vagrantfile vendored
View file

@ -58,6 +58,7 @@ Vagrant.configure(2) do |config|
salt.minion_id = "gvadev"
salt.masterless = true
salt.run_highstate = true
salt.verbose = true
salt.colorize = true
end
end