Skip to content

Commit b8d2cbf

Browse files
committed
Updated Chef version to 11.6.2.
1 parent 07c4855 commit b8d2cbf

5 files changed

Lines changed: 6 additions & 5 deletions

File tree

cm/chef.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
CHEF_INSTALL_TYPE = 'gems'
2222
CHEF_RUBY_VERSION = '1.9.1'
2323
CHEF_ENVIRONMENT = '_default'
24-
CHEF_CLIENT_VERSION = '11.4.4'
24+
CHEF_CLIENT_VERSION = '11.6.2'
2525

2626
# load chef config using CHEF_CONFIG_PATH
2727
try:

contrib/digitalocean/provision-digitalocean-controller.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fi
3939

4040
node_name=deis-controller
4141
run_list="recipe[deis::controller]"
42-
chef_version=11.4.4
42+
chef_version=11.6.2
4343

4444
##########################
4545
# digital ocean settings #
@@ -90,6 +90,7 @@ echo_color "Provisioning $node_name with knife digital_ocean..."
9090

9191
set -x
9292
knife digital_ocean droplet create \
93+
--bootstrap-version $chef_version \
9394
--server-name $node_name \
9495
--image $image_id \
9596
--location $location_id \

contrib/ec2/provision-ec2-controller.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fi
3333
#################
3434
node_name=deis-controller
3535
run_list="recipe[deis::controller]"
36-
chef_version=11.4.4
36+
chef_version=11.6.2
3737

3838
#######################
3939
# Amazon EC2 settings #

contrib/rackspace/provision-rackspace-controller.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ fi
2929
#################
3030
node_name=deis-controller
3131
run_list="recipe[deis::controller]"
32-
chef_version=11.4.4
32+
chef_version=11.6.2
3333

3434
######################
3535
# Rackspace settings #

contrib/vagrant/provision-vagrant-controller.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fi
1818
#################
1919
node_name=deis-controller
2020
run_list="recipe[deis::controller]"
21-
chef_version=11.4.4
21+
chef_version=11.6.2
2222

2323
################
2424
# SSH settings #

0 commit comments

Comments
 (0)