diff options
-rw-r--r-- | Vagrantfile | 2 |
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' } |