Skip to content

Commit f392868

Browse files
author
Gabriel Monroy
committed
switch berksfile to development version
1 parent 7132af7 commit f392868

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

Berksfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@ site :opscode
22

33
cookbook 'apt'
44
cookbook 'sudo'
5-
cookbook 'deis', '~> 0.0.5'
5+
#cookbook 'deis', '~> 0.0.5'
6+
7+
# development cookbook
8+
cookbook 'deis', git: 'https://github.com/opdemand/deis-cookbook.git'

Berksfile.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77
"locked_version": "2.1.2"
88
},
99
"deis": {
10-
"locked_version": "0.0.5"
10+
"locked_version": "0.0.5",
11+
"git": "https://github.com/opdemand/deis-cookbook.git",
12+
"ref": "02dc1cefc65b7dfaebed6c437d1880b35a524e7a"
13+
},
14+
"rsyslog": {
15+
"locked_version": "1.6.0"
1116
}
1217
}
1318
}

0 commit comments

Comments
 (0)