Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
fix merge comments from #528
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Fisher committed Mar 5, 2014
1 parent 9db27e9 commit 5083540
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 127 deletions.
2 changes: 1 addition & 1 deletion contrib/vagrant/Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Vagrant.configure("2") do |config|
config.vm.box = "precise64-3.8"
config.vm.box = "deis-controller"

# Ubuntu 12.04.3 LTS base with 3.8 kernel (ready for Docker)
config.vm.box_url = "https://oss-binaries.phusionpassenger.com/vagrant/boxes/ubuntu-12.04.3-amd64-vbox.box"
Expand Down
124 changes: 0 additions & 124 deletions contrib/vagrant/provision-controller.sh

This file was deleted.

4 changes: 2 additions & 2 deletions contrib/vagrant/provision-vagrant-controller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ THIS_DIR="$(cd $(dirname $0); pwd)" # absolute path
CONTRIB_DIR=$(dirname "$THIS_DIR")
CODE_BASE_DIR=$(dirname "$CONTRIB_DIR/../../")

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

set +e
set +e

0 comments on commit 5083540

Please sign in to comment.