mirror of
https://github.com/jbowdre/vagrant-saltlab.git
synced 2024-11-23 05:52:19 +00:00
only sync the /srv directory for the master
This commit is contained in:
parent
3f24eb3123
commit
eeb54a0d4b
1 changed files with 0 additions and 1 deletions
1
Vagrantfile
vendored
1
Vagrantfile
vendored
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue