Merge branch 'master' of git.2li.ch:ibz/web_AI-5

This commit is contained in:
Ivan Hörler 2017-10-29 20:32:49 +01:00
commit 42f8878f39
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