From e562930cc2f43629539e1045c19c5c697b159755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Garci=CC=81a=20de=20La=20Fuente?= Date: Sun, 16 Feb 2014 01:00:18 +0100 Subject: [PATCH] Corrected Vagrant box URL --- dev/vagrant/dolibarrdev/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/vagrant/dolibarrdev/Vagrantfile b/dev/vagrant/dolibarrdev/Vagrantfile index eab9f03b69d..13ec1ac8494 100644 --- a/dev/vagrant/dolibarrdev/Vagrantfile +++ b/dev/vagrant/dolibarrdev/Vagrantfile @@ -1,6 +1,6 @@ Vagrant.configure("2") do |config| config.vm.box = "debian-wheezy72-x64-vbox43" - config.vm.box_url = "https://puphpet.s3.amazonaws.com/debian-wheezy72-x64-vbox43.box" + config.vm.box_url = "http://box.puphpet.com/debian-wheezy72-x64-vbox43.box" config.vm.network "private_network", ip: "192.168.42.101"