Skip to content

Commit 90dc2d8

Browse files
author
Matthew Fisher
committed
change default box_url. Fixes #581
1 parent 2814cce commit 90dc2d8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

contrib/vagrant/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Vagrant.configure("2") do |config|
22
config.vm.box = "deis-server"
33

44
# Ubuntu 12.04.3 LTS base with 3.8 kernel (ready for Docker)
5-
config.vm.box_url = "https://oss-binaries.phusionpassenger.com/vagrant/boxes/ubuntu-12.04.3-amd64-vbox.box"
5+
config.vm.box_url = "https://s3-us-west-2.amazonaws.com/opdemand/ubuntu-12.04.3-amd64-vbox.box"
66

77
# Avahi-daemon will broadcast the server's address as deis-controller.local
88
config.vm.host_name = "deis-controller"

contrib/vagrant/util/nodes_vagrantfile_template.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# The url from where the 'config.vm.box' box will be fetched if it
55
# doesn't already exist on the user's system.
6-
config.vm.box_url = "https://oss-binaries.phusionpassenger.com/vagrant/boxes/ubuntu-12.04.3-amd64-vbox.box"
6+
config.vm.box_url = "https://s3-us-west-2.amazonaws.com/opdemand/ubuntu-12.04.3-amd64-vbox.box"
77

88
# Avahi-daemon will broadcast the node's address as $id.local
99
config.vm.host_name = "$id"

0 commit comments

Comments
 (0)