fix the vagrant sync

This commit is contained in:
Andreas Zweili 2017-10-29 20:27:02 +01:00
parent 8576939ae7
commit beee1dcd8d
1 changed files with 2 additions and 0 deletions

2
Vagrantfile vendored
View File

@ -19,6 +19,8 @@ Vagrant.configure("2") do |config|
#Netzwerk anzuschliessen.
#config.vm.network "private_network", type: "dhcp"
config.vm.synced_folder ".", "/vagrant", type: "virtualbox"
#Begin des Installationsscripts
config.vm.provision "shell", inline: <<-SHELL
DEBIAN_FRONTEND=noninteractive