From 5a34f13b85d6f440d08aa14446352ebb93de9b60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ariel=20Gerardo=20R=C3=ADos?= Date: Wed, 26 Nov 2014 11:47:03 -0300 Subject: [PATCH] Fixes Vagrant image URL to download. --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 2a21dd08..3e07bda9 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -3,7 +3,7 @@ Vagrant.configure("2") do |config| config.vm.box = "ubuntu14.04" - config.vm.box_url = "http://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-cloudimg-amd64-vagrant-disk1.box" + config.vm.box_url = "http://cloud-images.ubuntu.com/vagrant/trusty/trusty-server-cloudimg-amd64-juju-vagrant-disk1.box" # Network config: Since it's a mail server, the machine must be connected # to the public web. However, we currently don't want to expose SSH since