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

Commit

Permalink
hardcode chef version to 11.4.4 as the new 11.6.0 breaks everything
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Monroy committed Jul 24, 2013
1 parent 7064132 commit 7392f83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/provision-ec2-controller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ ssh_user="ubuntu"
# chef settings
node_name="deis-controller"
run_list="recipe[deis::default],recipe[deis::gitosis],recipe[deis::build],recipe[deis::postgresql],recipe[deis::server]"
chef_version=11.4.4

function echo_color {
echo "\033[1m$1\033[0m"
Expand Down Expand Up @@ -54,6 +55,7 @@ fi
echo_color "Provisioning $node_name with knife ec2..."
set -x
knife ec2 server create \
--bootstrap-version $chef_version \
--region $region \
--image $image \
--flavor $flavor \
Expand Down

0 comments on commit 7392f83

Please sign in to comment.