Skip to content

Commit 03ed368

Browse files
committed
Updated Berksfile format for 3.0.0 beta 3 and Chef to 11.6.2.
1 parent 8fff79e commit 03ed368

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Berksfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
site :opscode
1+
source "http://api.berkshelf.com"
22

33
cookbook 'apt'
44
cookbook 'rsyslog'

Berksfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"sources": {
2+
"dependencies": {
33
"apt": {
44
"locked_version": "2.3.0"
55
},

contrib/vagrant/provision-controller.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fi
2525
#################
2626
node_name=deis-controller
2727
run_list="recipe[deis::controller]"
28-
chef_version=11.4.4
28+
chef_version=11.6.2
2929

3030
################
3131
# SSH settings #

0 commit comments

Comments
 (0)