Skip to content

Commit bfaea45

Browse files
author
Matthew Fisher
committed
change box_url to be the same as controller
1 parent 636ca77 commit bfaea45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

contrib/vagrant/util/nodes_vagrantfile_template.rb

Lines changed: 2 additions & 2 deletions
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://s3-us-west-2.amazonaws.com/opdemand/deis-node.box"
6+
config.vm.box_url = "https://oss-binaries.phusionpassenger.com/vagrant/boxes/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"
@@ -22,4 +22,4 @@
2222
sudo service avahi-daemon restart
2323
echo "*.* @@192.168.61.100:514" > /etc/rsyslog.d/51-remote.conf
2424
SCRIPT
25-
end
25+
end

0 commit comments

Comments
 (0)