File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments