disable sync in vagrantfile

This commit is contained in:
parazyd 2017-02-15 13:48:52 +01:00
parent f002c12258
commit 3165af5c09
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 2 additions and 0 deletions

View File

@ -136,6 +136,8 @@ Vagrant.configure("2") do |config|
config.ssh.username = "root"
config.ssh.password = "toor"
config.vm.guest = :debian
config.vm.synced_folder ".", "/vagrant", disabled: true
# https://github.com/dotless-de/vagrant-vbguest
end
EOF
act "creating metadata.json"