aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2014-08-13 09:49:01 +0100
committerGareth Rees <gareth@mysociety.org>2014-08-13 10:30:07 +0100
commit4be85fc8d2b7f4950b71618c9769ac67d3df9e51 (patch)
treeae421f8fe156888dba06c9e0d7b41e838e117c3f
parent935edffd6df43dc559c82f094f372dc619bd9e68 (diff)
Use official Canonical Ubuntu Precise image
Better source and includes curl
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 96ce23e44..37fa1f598 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -63,7 +63,7 @@ ALAVETELI_THEMES_DIR = ENV['ALAVETELI_THEMES_DIR'] || '../alaveteli-themes'
ALAVETELI_OS = ENV['ALAVETELI_VAGRANT_OS'] || 'precise64'
SUPPORTED_OPERATING_SYSTEMS = {
- 'precise64' => 'http://files.vagrantup.com/precise64.box',
+ 'precise64' => 'https://cloud-images.ubuntu.com/vagrant/precise/current/precise-server-cloudimg-amd64-vagrant-disk1.box',
'squeeze64' => 'http://puppet-vagrant-boxes.puppetlabs.com/debian-607-x64-vbox4210-nocm.box',
'wheezy64' => 'http://puppet-vagrant-boxes.puppetlabs.com/debian-73-x64-virtualbox-nocm.box'
}