Skip to content

Commit 5083540

Browse files
author
Matthew Fisher
committed
fix merge comments from #528
1 parent 9db27e9 commit 5083540

3 files changed

Lines changed: 3 additions & 127 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 = "precise64-3.8"
2+
config.vm.box = "deis-controller"
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/provision-controller.sh

Lines changed: 0 additions & 124 deletions
This file was deleted.

contrib/vagrant/provision-vagrant-controller.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ THIS_DIR="$(cd $(dirname $0); pwd)" # absolute path
1313
CONTRIB_DIR=$(dirname "$THIS_DIR")
1414
CODE_BASE_DIR=$(dirname "$CONTRIB_DIR/../../")
1515

16-
# For those upgrading from the pre-containirize branch, they may still have some redundant files
16+
# For those upgrading from the pre-containerize branch, they may still have some redundant files
1717
# in their code base.
1818
if [ -h $CODE_BASE_DIR/deis/local_settings.py ]; then
1919
echo "Removing old local_settings symlink"
@@ -129,4 +129,4 @@ popd
129129
# Need Chef admin permission in order to add and remove nodes and clients
130130
echo -e "\033[35mPlease ensure that \"deis-controller\" is added to the Chef \"admins\" group.\033[0m"
131131

132-
set +e
132+
set +e

0 commit comments

Comments
 (0)