We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 636ca77 commit bfaea45Copy full SHA for bfaea45
1 file changed
contrib/vagrant/util/nodes_vagrantfile_template.rb
@@ -3,7 +3,7 @@
3
4
# The url from where the 'config.vm.box' box will be fetched if it
5
# 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"
+ config.vm.box_url = "https://oss-binaries.phusionpassenger.com/vagrant/boxes/ubuntu-12.04.3-amd64-vbox.box"
7
8
# Avahi-daemon will broadcast the node's address as $id.local
9
config.vm.host_name = "$id"
@@ -22,4 +22,4 @@
22
sudo service avahi-daemon restart
23
echo "*.* @@192.168.61.100:514" > /etc/rsyslog.d/51-remote.conf
24
SCRIPT
25
-end
+end
0 commit comments