Skip to content

Instantly share code, notes, and snippets.

fileserver_backend:
- roots
- git
gitfs_remotes:
- https://github.com/saltstack-formulas/salt-formula.git
Vagrant. = true
endconf (2) do |config|
config.vm.network "private_network", type: "dhcp"
config.vm.provision "shell", path: "config_common.sh"
config.vm.synced_folder "/Users/tcouto/Documents/salt/openstack", "/vagrant/salt", type: "nfs"
config.vm.provider :virtualbox do |vb|
vb.gui = true
end
config.vm.define "salt_master" do |salt_master|
salt_master.vm.box = "centos/7"