Skip to content

Commit 98b14f0

Browse files
author
Gabriel Monroy
committed
add Gemfile and Berksfile for Chef dependency management
1 parent d9285ce commit 98b14f0

4 files changed

Lines changed: 169 additions & 0 deletions

File tree

Berksfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
site :opscode
2+
3+
cookbook 'apt'
4+
cookbook 'sudo'
5+
cookbook 'deis', github: 'opdemand/deis-cookbook'

Berksfile.lock

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"sources": {
3+
"apt": {
4+
"locked_version": "2.0.0"
5+
},
6+
"sudo": {
7+
"locked_version": "2.1.2"
8+
},
9+
"deis": {
10+
"locked_version": "0.1.0",
11+
"git": "git://github.com/opdemand/deis-cookbook.git",
12+
"ref": "325c3bf53688613c6b1ba4670f6eadf86ccc9ac8"
13+
}
14+
}
15+
}

Gemfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
source 'https://rubygems.org'
2+
3+
gem 'chef'
4+
gem 'foodcritic'
5+
gem 'berkshelf'
6+
7+
gem 'knife-ec2'

Gemfile.lock

Lines changed: 142 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,142 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (4.0.0)
5+
i18n (~> 0.6, >= 0.6.4)
6+
minitest (~> 4.2)
7+
multi_json (~> 1.3)
8+
thread_safe (~> 0.1)
9+
tzinfo (~> 0.3.37)
10+
addressable (2.3.5)
11+
atomic (1.1.10)
12+
berkshelf (1.4.2)
13+
activesupport (>= 3.2.0)
14+
addressable
15+
celluloid (>= 0.13.0)
16+
chozo (>= 0.6.1)
17+
faraday (>= 0.8.5)
18+
hashie (>= 2.0.2)
19+
json (>= 1.5.0)
20+
minitar
21+
mixlib-config (~> 1.1)
22+
mixlib-shellout (~> 1.1)
23+
multi_json (~> 1.5)
24+
retryable
25+
ridley (~> 0.9.0)
26+
solve (>= 0.4.2)
27+
thor (~> 0.18.0)
28+
yajl-ruby
29+
builder (3.2.2)
30+
celluloid (0.13.0)
31+
timers (>= 1.0.0)
32+
chef (11.6.0)
33+
erubis
34+
highline (>= 1.6.9)
35+
json (>= 1.4.4, <= 1.7.7)
36+
mixlib-authentication (>= 1.3.0)
37+
mixlib-cli (~> 1.3.0)
38+
mixlib-config (>= 1.1.2)
39+
mixlib-log (>= 1.3.0)
40+
mixlib-shellout
41+
net-ssh (~> 2.6)
42+
net-ssh-multi (~> 1.1.0)
43+
ohai (>= 0.6.0)
44+
rest-client (>= 1.0.4, < 1.7.0)
45+
yajl-ruby (~> 1.1)
46+
chozo (0.6.1)
47+
activesupport (>= 3.2.0)
48+
hashie (>= 2.0.2)
49+
multi_json (>= 1.3.0)
50+
erubis (2.7.0)
51+
excon (0.25.3)
52+
faraday (0.8.7)
53+
multipart-post (~> 1.1)
54+
fog (1.14.0)
55+
builder
56+
excon (~> 0.25.0)
57+
formatador (~> 0.2.0)
58+
mime-types
59+
multi_json (~> 1.0)
60+
net-scp (~> 1.1)
61+
net-ssh (>= 2.1.3)
62+
nokogiri (~> 1.5)
63+
ruby-hmac
64+
foodcritic (0.2.0)
65+
formatador (0.2.4)
66+
hashie (2.0.5)
67+
highline (1.6.19)
68+
i18n (0.6.4)
69+
ipaddress (0.8.0)
70+
json (1.7.7)
71+
knife-ec2 (0.6.4)
72+
chef (>= 0.10.10)
73+
fog (~> 1.6)
74+
mime-types (1.23)
75+
mini_portile (0.5.1)
76+
minitar (0.5.4)
77+
minitest (4.7.5)
78+
mixlib-authentication (1.3.0)
79+
mixlib-log
80+
mixlib-cli (1.3.0)
81+
mixlib-config (1.1.2)
82+
mixlib-log (1.6.0)
83+
mixlib-shellout (1.2.0)
84+
multi_json (1.7.7)
85+
multipart-post (1.2.0)
86+
net-http-persistent (2.8)
87+
net-scp (1.1.2)
88+
net-ssh (>= 2.6.5)
89+
net-ssh (2.6.8)
90+
net-ssh-gateway (1.2.0)
91+
net-ssh (>= 2.6.5)
92+
net-ssh-multi (1.1)
93+
net-ssh (>= 2.1.4)
94+
net-ssh-gateway (>= 0.99.0)
95+
nokogiri (1.6.0)
96+
mini_portile (~> 0.5.0)
97+
ohai (6.18.0)
98+
ipaddress
99+
mixlib-cli
100+
mixlib-config
101+
mixlib-log
102+
mixlib-shellout
103+
systemu
104+
yajl-ruby
105+
rest-client (1.6.7)
106+
mime-types (>= 1.16)
107+
retryable (1.3.3)
108+
ridley (0.9.1)
109+
activesupport (>= 3.2.0)
110+
addressable
111+
celluloid (~> 0.13.0)
112+
chozo (>= 0.6.0)
113+
erubis
114+
faraday (>= 0.8.4)
115+
json (>= 1.5.0)
116+
mixlib-authentication (>= 1.3.0)
117+
mixlib-config (>= 1.1.0)
118+
mixlib-log (>= 1.3.0)
119+
mixlib-shellout (>= 1.1.0)
120+
multi_json (>= 1.0.4)
121+
net-http-persistent (>= 2.8)
122+
net-ssh
123+
retryable
124+
solve (>= 0.4.1)
125+
ruby-hmac (0.4.0)
126+
solve (0.6.1)
127+
systemu (2.5.2)
128+
thor (0.18.1)
129+
thread_safe (0.1.1)
130+
atomic
131+
timers (1.1.0)
132+
tzinfo (0.3.37)
133+
yajl-ruby (1.1.0)
134+
135+
PLATFORMS
136+
ruby
137+
138+
DEPENDENCIES
139+
berkshelf
140+
chef
141+
foodcritic
142+
knife-ec2

0 commit comments

Comments
 (0)