Model fixes to remove unneeded tables.
[pub/jan/dst18.git] / vm / Vagrantfile
index 24bc4b87347c7f0f425dc7a7caff65ef3d03ef8e..a2f1230c8577a0ab9d128824bedc0d95d44d4b11 100644 (file)
@@ -1,6 +1,7 @@
 Vagrant.configure("2") do |config|
   # ... other config up here
   config.vm.box = "dst/18"
+  config.vm.box_url = "http://dsg.tuwien.ac.at/teaching/courses/dst/vm/dst18.box"
 
   config.vm.hostname = "dst18-vm"
   config.vm.network :private_network, ip: "192.168.99.99"