only sync the /srv directory for the master

This commit is contained in:
John Bowdre 2023-03-23 21:49:51 -05:00
parent 3f24eb3123
commit eeb54a0d4b

1
Vagrantfile vendored
View file

@ -5,7 +5,6 @@
Vagrant.configure("2") do |config| Vagrant.configure("2") do |config|
config.nfs.verify_installed = false config.nfs.verify_installed = false
config.vm.synced_folder '.', '/vagrant', type: 'rsync'
config.vm.define "salt", primary: true do |salt| config.vm.define "salt", primary: true do |salt|
salt.vm.box = "peru/ubuntu-20.04-server-amd64" salt.vm.box = "peru/ubuntu-20.04-server-amd64"
salt.vm.hostname = "salt" salt.vm.hostname = "salt"