Skip to content

Commit 2814cce

Browse files
author
Matthew Fisher
committed
s/controller/server/g for consistency
this is a base deis box. Since it applies to both controllers and nodes, there's no need to name the vagrant box one or the other. This allows users to download the box once and never have to download it again.
1 parent c9d6be0 commit 2814cce

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
@@ -1,5 +1,5 @@
11
Vagrant.configure("2") do |config|
2-
config.vm.box = "deis-controller"
2+
config.vm.box = "deis-server"
33

44
# Ubuntu 12.04.3 LTS base with 3.8 kernel (ready for Docker)
55
config.vm.box_url = "https://oss-binaries.phusionpassenger.com/vagrant/boxes/ubuntu-12.04.3-amd64-vbox.box"

contrib/vagrant/util/nodes_vagrantfile_template.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Vagrant.configure("2") do |config|
2-
config.vm.box = "deis-controller"
2+
config.vm.box = "deis-server"
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.

0 commit comments

Comments
 (0)