mbailey-chef 0.9.12.1 → 0.9.12.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/chef/tasks/chef_repo.rake +1 -1
- data/lib/chef/version.rb +1 -1
- metadata +443 -348
@@ -235,7 +235,7 @@ end
|
|
235
235
|
desc "Upload all cookbooks"
|
236
236
|
task :upload_cookbooks => [ :metadata ]
|
237
237
|
task :upload_cookbooks do
|
238
|
-
system("knife cookbook upload --all")
|
238
|
+
system("knife cookbook upload --all -o cookbooks")
|
239
239
|
end
|
240
240
|
|
241
241
|
desc "Upload a single cookbook"
|
data/lib/chef/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mbailey-chef
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
4
|
+
hash: 51
|
5
|
+
prerelease:
|
6
|
+
segments:
|
7
|
+
- 0
|
8
|
+
- 9
|
9
|
+
- 12
|
10
|
+
- 2
|
11
|
+
version: 0.9.12.2
|
5
12
|
platform: ruby
|
6
13
|
authors:
|
7
14
|
- Adam Jacob
|
@@ -9,145 +16,223 @@ autorequire:
|
|
9
16
|
bindir: bin
|
10
17
|
cert_chain: []
|
11
18
|
|
12
|
-
date:
|
19
|
+
date: 2011-02-15 00:00:00 +11:00
|
13
20
|
default_executable:
|
14
21
|
dependencies:
|
15
22
|
- !ruby/object:Gem::Dependency
|
16
23
|
name: mixlib-config
|
17
|
-
|
18
|
-
|
19
|
-
|
24
|
+
prerelease: false
|
25
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
26
|
+
none: false
|
20
27
|
requirements:
|
21
28
|
- - ">="
|
22
29
|
- !ruby/object:Gem::Version
|
30
|
+
hash: 23
|
31
|
+
segments:
|
32
|
+
- 1
|
33
|
+
- 1
|
34
|
+
- 2
|
23
35
|
version: 1.1.2
|
24
|
-
|
36
|
+
type: :runtime
|
37
|
+
version_requirements: *id001
|
25
38
|
- !ruby/object:Gem::Dependency
|
26
39
|
name: mixlib-cli
|
27
|
-
|
28
|
-
|
29
|
-
|
40
|
+
prerelease: false
|
41
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
42
|
+
none: false
|
30
43
|
requirements:
|
31
44
|
- - ">="
|
32
45
|
- !ruby/object:Gem::Version
|
46
|
+
hash: 19
|
47
|
+
segments:
|
48
|
+
- 1
|
49
|
+
- 1
|
50
|
+
- 0
|
33
51
|
version: 1.1.0
|
34
|
-
|
52
|
+
type: :runtime
|
53
|
+
version_requirements: *id002
|
35
54
|
- !ruby/object:Gem::Dependency
|
36
55
|
name: mixlib-log
|
37
|
-
|
38
|
-
|
39
|
-
|
56
|
+
prerelease: false
|
57
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
58
|
+
none: false
|
40
59
|
requirements:
|
41
60
|
- - ">="
|
42
61
|
- !ruby/object:Gem::Version
|
62
|
+
hash: 31
|
63
|
+
segments:
|
64
|
+
- 1
|
65
|
+
- 2
|
66
|
+
- 0
|
43
67
|
version: 1.2.0
|
44
|
-
|
68
|
+
type: :runtime
|
69
|
+
version_requirements: *id003
|
45
70
|
- !ruby/object:Gem::Dependency
|
46
71
|
name: mixlib-authentication
|
47
|
-
|
48
|
-
|
49
|
-
|
72
|
+
prerelease: false
|
73
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
74
|
+
none: false
|
50
75
|
requirements:
|
51
76
|
- - ">="
|
52
77
|
- !ruby/object:Gem::Version
|
78
|
+
hash: 19
|
79
|
+
segments:
|
80
|
+
- 1
|
81
|
+
- 1
|
82
|
+
- 0
|
53
83
|
version: 1.1.0
|
54
|
-
|
84
|
+
type: :runtime
|
85
|
+
version_requirements: *id004
|
55
86
|
- !ruby/object:Gem::Dependency
|
56
87
|
name: ohai
|
57
|
-
|
58
|
-
|
59
|
-
|
88
|
+
prerelease: false
|
89
|
+
requirement: &id005 !ruby/object:Gem::Requirement
|
90
|
+
none: false
|
60
91
|
requirements:
|
61
92
|
- - ">="
|
62
93
|
- !ruby/object:Gem::Version
|
94
|
+
hash: 5
|
95
|
+
segments:
|
96
|
+
- 0
|
97
|
+
- 5
|
98
|
+
- 7
|
63
99
|
version: 0.5.7
|
64
|
-
|
100
|
+
type: :runtime
|
101
|
+
version_requirements: *id005
|
65
102
|
- !ruby/object:Gem::Dependency
|
66
103
|
name: rest-client
|
67
|
-
|
68
|
-
|
69
|
-
|
104
|
+
prerelease: false
|
105
|
+
requirement: &id006 !ruby/object:Gem::Requirement
|
106
|
+
none: false
|
70
107
|
requirements:
|
71
108
|
- - ">="
|
72
109
|
- !ruby/object:Gem::Version
|
110
|
+
hash: 31
|
111
|
+
segments:
|
112
|
+
- 1
|
113
|
+
- 0
|
114
|
+
- 4
|
73
115
|
version: 1.0.4
|
74
116
|
- - <
|
75
117
|
- !ruby/object:Gem::Version
|
118
|
+
hash: 11
|
119
|
+
segments:
|
120
|
+
- 1
|
121
|
+
- 7
|
122
|
+
- 0
|
76
123
|
version: 1.7.0
|
77
|
-
|
124
|
+
type: :runtime
|
125
|
+
version_requirements: *id006
|
78
126
|
- !ruby/object:Gem::Dependency
|
79
127
|
name: bunny
|
80
|
-
|
81
|
-
|
82
|
-
|
128
|
+
prerelease: false
|
129
|
+
requirement: &id007 !ruby/object:Gem::Requirement
|
130
|
+
none: false
|
83
131
|
requirements:
|
84
132
|
- - ">="
|
85
133
|
- !ruby/object:Gem::Version
|
134
|
+
hash: 7
|
135
|
+
segments:
|
136
|
+
- 0
|
137
|
+
- 6
|
138
|
+
- 0
|
86
139
|
version: 0.6.0
|
87
|
-
|
140
|
+
type: :runtime
|
141
|
+
version_requirements: *id007
|
88
142
|
- !ruby/object:Gem::Dependency
|
89
143
|
name: json
|
90
|
-
|
91
|
-
|
92
|
-
|
144
|
+
prerelease: false
|
145
|
+
requirement: &id008 !ruby/object:Gem::Requirement
|
146
|
+
none: false
|
93
147
|
requirements:
|
94
148
|
- - ">="
|
95
149
|
- !ruby/object:Gem::Version
|
150
|
+
hash: 15
|
151
|
+
segments:
|
152
|
+
- 1
|
153
|
+
- 4
|
154
|
+
- 4
|
96
155
|
version: 1.4.4
|
97
156
|
- - <=
|
98
157
|
- !ruby/object:Gem::Version
|
158
|
+
hash: 11
|
159
|
+
segments:
|
160
|
+
- 1
|
161
|
+
- 4
|
162
|
+
- 6
|
99
163
|
version: 1.4.6
|
100
|
-
|
164
|
+
type: :runtime
|
165
|
+
version_requirements: *id008
|
101
166
|
- !ruby/object:Gem::Dependency
|
102
167
|
name: erubis
|
103
|
-
|
104
|
-
|
105
|
-
|
168
|
+
prerelease: false
|
169
|
+
requirement: &id009 !ruby/object:Gem::Requirement
|
170
|
+
none: false
|
106
171
|
requirements:
|
107
172
|
- - ">="
|
108
173
|
- !ruby/object:Gem::Version
|
174
|
+
hash: 3
|
175
|
+
segments:
|
176
|
+
- 0
|
109
177
|
version: "0"
|
110
|
-
|
178
|
+
type: :runtime
|
179
|
+
version_requirements: *id009
|
111
180
|
- !ruby/object:Gem::Dependency
|
112
181
|
name: extlib
|
113
|
-
|
114
|
-
|
115
|
-
|
182
|
+
prerelease: false
|
183
|
+
requirement: &id010 !ruby/object:Gem::Requirement
|
184
|
+
none: false
|
116
185
|
requirements:
|
117
186
|
- - ">="
|
118
187
|
- !ruby/object:Gem::Version
|
188
|
+
hash: 3
|
189
|
+
segments:
|
190
|
+
- 0
|
119
191
|
version: "0"
|
120
|
-
|
192
|
+
type: :runtime
|
193
|
+
version_requirements: *id010
|
121
194
|
- !ruby/object:Gem::Dependency
|
122
195
|
name: moneta
|
123
|
-
|
124
|
-
|
125
|
-
|
196
|
+
prerelease: false
|
197
|
+
requirement: &id011 !ruby/object:Gem::Requirement
|
198
|
+
none: false
|
126
199
|
requirements:
|
127
200
|
- - ">="
|
128
201
|
- !ruby/object:Gem::Version
|
202
|
+
hash: 3
|
203
|
+
segments:
|
204
|
+
- 0
|
129
205
|
version: "0"
|
130
|
-
|
206
|
+
type: :runtime
|
207
|
+
version_requirements: *id011
|
131
208
|
- !ruby/object:Gem::Dependency
|
132
209
|
name: highline
|
133
|
-
|
134
|
-
|
135
|
-
|
210
|
+
prerelease: false
|
211
|
+
requirement: &id012 !ruby/object:Gem::Requirement
|
212
|
+
none: false
|
136
213
|
requirements:
|
137
214
|
- - ">="
|
138
215
|
- !ruby/object:Gem::Version
|
216
|
+
hash: 3
|
217
|
+
segments:
|
218
|
+
- 0
|
139
219
|
version: "0"
|
140
|
-
|
220
|
+
type: :runtime
|
221
|
+
version_requirements: *id012
|
141
222
|
- !ruby/object:Gem::Dependency
|
142
223
|
name: uuidtools
|
143
|
-
|
144
|
-
|
145
|
-
|
224
|
+
prerelease: false
|
225
|
+
requirement: &id013 !ruby/object:Gem::Requirement
|
226
|
+
none: false
|
146
227
|
requirements:
|
147
228
|
- - ">="
|
148
229
|
- !ruby/object:Gem::Version
|
230
|
+
hash: 3
|
231
|
+
segments:
|
232
|
+
- 0
|
149
233
|
version: "0"
|
150
|
-
|
234
|
+
type: :runtime
|
235
|
+
version_requirements: *id013
|
151
236
|
description: A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.
|
152
237
|
email: adam@opscode.com
|
153
238
|
executables:
|
@@ -163,344 +248,348 @@ extra_rdoc_files:
|
|
163
248
|
files:
|
164
249
|
- LICENSE
|
165
250
|
- README.rdoc
|
251
|
+
- distro/README
|
252
|
+
- distro/redhat/etc/sysconfig/chef-solr
|
253
|
+
- distro/redhat/etc/sysconfig/chef-solr-indexer
|
254
|
+
- distro/redhat/etc/sysconfig/chef-server
|
255
|
+
- distro/redhat/etc/sysconfig/chef-server-webui
|
256
|
+
- distro/redhat/etc/sysconfig/chef-client
|
257
|
+
- distro/redhat/etc/init.d/chef-solr
|
258
|
+
- distro/redhat/etc/init.d/chef-solr-indexer
|
259
|
+
- distro/redhat/etc/init.d/chef-server
|
260
|
+
- distro/redhat/etc/init.d/chef-server-webui
|
261
|
+
- distro/redhat/etc/init.d/chef-client
|
262
|
+
- distro/redhat/etc/logrotate.d/chef-solr
|
263
|
+
- distro/redhat/etc/logrotate.d/chef-solr-indexer
|
264
|
+
- distro/redhat/etc/logrotate.d/chef-server
|
265
|
+
- distro/redhat/etc/logrotate.d/chef-server-webui
|
266
|
+
- distro/redhat/etc/logrotate.d/chef-client
|
267
|
+
- distro/common/man/man8/knife.8
|
268
|
+
- distro/common/man/man8/shef.8
|
269
|
+
- distro/common/man/man8/chef-solr-rebuild.8
|
270
|
+
- distro/common/man/man8/chef-solo.8
|
271
|
+
- distro/common/man/man8/chef-client.8
|
166
272
|
- distro/common/man/man1/chef-indexer.1
|
167
|
-
- distro/common/man/man1/chef-server-webui.1
|
168
|
-
- distro/common/man/man1/chef-server.1
|
169
273
|
- distro/common/man/man1/chef-solr-indexer.1
|
170
274
|
- distro/common/man/man1/chef-solr.1
|
171
|
-
- distro/common/man/
|
172
|
-
- distro/common/man/
|
173
|
-
- distro/common/man/man8/chef-solr-rebuild.8
|
174
|
-
- distro/common/man/man8/knife.8
|
175
|
-
- distro/common/man/man8/shef.8
|
176
|
-
- distro/common/markdown/knife.mkd
|
275
|
+
- distro/common/man/man1/chef-server.1
|
276
|
+
- distro/common/man/man1/chef-server-webui.1
|
177
277
|
- distro/common/markdown/README
|
178
|
-
- distro/
|
179
|
-
- distro/debian/etc/
|
180
|
-
- distro/debian/etc/
|
278
|
+
- distro/common/markdown/knife.mkd
|
279
|
+
- distro/debian/etc/init.d/chef-solr
|
280
|
+
- distro/debian/etc/init.d/chef-solr-indexer
|
281
|
+
- distro/debian/etc/init.d/chef-server
|
282
|
+
- distro/debian/etc/init.d/chef-server-webui
|
283
|
+
- distro/debian/etc/init.d/chef-client
|
181
284
|
- distro/debian/etc/default/chef-solr
|
182
285
|
- distro/debian/etc/default/chef-solr-indexer
|
183
|
-
- distro/debian/etc/
|
286
|
+
- distro/debian/etc/default/chef-server
|
287
|
+
- distro/debian/etc/default/chef-server-webui
|
288
|
+
- distro/debian/etc/default/chef-client
|
184
289
|
- distro/debian/etc/init/chef-server-webui.conf
|
290
|
+
- distro/debian/etc/init/chef-client.conf
|
185
291
|
- distro/debian/etc/init/chef-server.conf
|
186
292
|
- distro/debian/etc/init/chef-solr-indexer.conf
|
187
293
|
- distro/debian/etc/init/chef-solr.conf
|
188
|
-
- distro/debian/etc/init.d/chef-client
|
189
|
-
- distro/debian/etc/init.d/chef-server
|
190
|
-
- distro/debian/etc/init.d/chef-server-webui
|
191
|
-
- distro/debian/etc/init.d/chef-solr
|
192
|
-
- distro/debian/etc/init.d/chef-solr-indexer
|
193
|
-
- distro/README
|
194
|
-
- distro/redhat/etc/init.d/chef-client
|
195
|
-
- distro/redhat/etc/init.d/chef-server
|
196
|
-
- distro/redhat/etc/init.d/chef-server-webui
|
197
|
-
- distro/redhat/etc/init.d/chef-solr
|
198
|
-
- distro/redhat/etc/init.d/chef-solr-indexer
|
199
|
-
- distro/redhat/etc/logrotate.d/chef-client
|
200
|
-
- distro/redhat/etc/logrotate.d/chef-server
|
201
|
-
- distro/redhat/etc/logrotate.d/chef-server-webui
|
202
|
-
- distro/redhat/etc/logrotate.d/chef-solr
|
203
|
-
- distro/redhat/etc/logrotate.d/chef-solr-indexer
|
204
|
-
- distro/redhat/etc/sysconfig/chef-client
|
205
|
-
- distro/redhat/etc/sysconfig/chef-server
|
206
|
-
- distro/redhat/etc/sysconfig/chef-server-webui
|
207
|
-
- distro/redhat/etc/sysconfig/chef-solr
|
208
|
-
- distro/redhat/etc/sysconfig/chef-solr-indexer
|
209
294
|
- lib/chef/api_client.rb
|
210
|
-
- lib/chef/application/agent.rb
|
211
|
-
- lib/chef/application/client.rb
|
212
295
|
- lib/chef/application/knife.rb
|
213
296
|
- lib/chef/application/solo.rb
|
214
|
-
- lib/chef/application.rb
|
215
|
-
- lib/chef/
|
297
|
+
- lib/chef/application/client.rb
|
298
|
+
- lib/chef/application/agent.rb
|
299
|
+
- lib/chef/exceptions.rb
|
216
300
|
- lib/chef/certificate.rb
|
301
|
+
- lib/chef/resource_definition.rb
|
302
|
+
- lib/chef/data_bag.rb
|
303
|
+
- lib/chef/resource/mdadm.rb
|
304
|
+
- lib/chef/resource/mount.rb
|
305
|
+
- lib/chef/resource/package.rb
|
306
|
+
- lib/chef/resource/service.rb
|
307
|
+
- lib/chef/resource/ifconfig.rb
|
308
|
+
- lib/chef/resource/portage_package.rb
|
309
|
+
- lib/chef/resource/rpm_package.rb
|
310
|
+
- lib/chef/resource/bash.rb
|
311
|
+
- lib/chef/resource/remote_directory.rb
|
312
|
+
- lib/chef/resource/macports_package.rb
|
313
|
+
- lib/chef/resource/log.rb
|
314
|
+
- lib/chef/resource/subversion.rb
|
315
|
+
- lib/chef/resource/scm.rb
|
316
|
+
- lib/chef/resource/solaris_package.rb
|
317
|
+
- lib/chef/resource/apt_package.rb
|
318
|
+
- lib/chef/resource/group.rb
|
319
|
+
- lib/chef/resource/csh.rb
|
320
|
+
- lib/chef/resource/script.rb
|
321
|
+
- lib/chef/resource/cookbook_file.rb
|
322
|
+
- lib/chef/resource/directory.rb
|
323
|
+
- lib/chef/resource/deploy.rb
|
324
|
+
- lib/chef/resource/env.rb
|
325
|
+
- lib/chef/resource/remote_file.rb
|
326
|
+
- lib/chef/resource/file.rb
|
327
|
+
- lib/chef/resource/python.rb
|
328
|
+
- lib/chef/resource/ohai.rb
|
329
|
+
- lib/chef/resource/timestamped_deploy.rb
|
330
|
+
- lib/chef/resource/yum_package.rb
|
331
|
+
- lib/chef/resource/template.rb
|
332
|
+
- lib/chef/resource/link.rb
|
333
|
+
- lib/chef/resource/git.rb
|
334
|
+
- lib/chef/resource/perl.rb
|
335
|
+
- lib/chef/resource/breakpoint.rb
|
336
|
+
- lib/chef/resource/cron.rb
|
337
|
+
- lib/chef/resource/route.rb
|
338
|
+
- lib/chef/resource/gem_package.rb
|
339
|
+
- lib/chef/resource/ruby_block.rb
|
340
|
+
- lib/chef/resource/easy_install_package.rb
|
341
|
+
- lib/chef/resource/freebsd_package.rb
|
342
|
+
- lib/chef/resource/deploy_revision.rb
|
343
|
+
- lib/chef/resource/http_request.rb
|
344
|
+
- lib/chef/resource/erl_call.rb
|
345
|
+
- lib/chef/resource/execute.rb
|
346
|
+
- lib/chef/resource/dpkg_package.rb
|
347
|
+
- lib/chef/resource/ruby.rb
|
348
|
+
- lib/chef/resource/user.rb
|
349
|
+
- lib/chef/resource/pacman_package.rb
|
217
350
|
- lib/chef/checksum.rb
|
218
|
-
- lib/chef/checksum_cache.rb
|
219
|
-
- lib/chef/client.rb
|
220
|
-
- lib/chef/config.rb
|
221
|
-
- lib/chef/cookbook/cookbook_collection.rb
|
222
|
-
- lib/chef/cookbook/file_system_file_vendor.rb
|
223
|
-
- lib/chef/cookbook/file_vendor.rb
|
224
|
-
- lib/chef/cookbook/metadata/version.rb
|
225
|
-
- lib/chef/cookbook/metadata.rb
|
226
|
-
- lib/chef/cookbook/remote_file_vendor.rb
|
227
|
-
- lib/chef/cookbook/syntax_check.rb
|
228
|
-
- lib/chef/cookbook_loader.rb
|
229
|
-
- lib/chef/cookbook_site_streaming_uploader.rb
|
230
351
|
- lib/chef/cookbook_uploader.rb
|
231
|
-
- lib/chef/
|
352
|
+
- lib/chef/config.rb
|
353
|
+
- lib/chef/shef.rb
|
354
|
+
- lib/chef/provider/mdadm.rb
|
355
|
+
- lib/chef/provider/package/dpkg.rb
|
356
|
+
- lib/chef/provider/package/macports.rb
|
357
|
+
- lib/chef/provider/package/solaris.rb
|
358
|
+
- lib/chef/provider/package/easy_install.rb
|
359
|
+
- lib/chef/provider/package/portage.rb
|
360
|
+
- lib/chef/provider/package/apt.rb
|
361
|
+
- lib/chef/provider/package/pacman.rb
|
362
|
+
- lib/chef/provider/package/rpm.rb
|
363
|
+
- lib/chef/provider/package/freebsd.rb
|
364
|
+
- lib/chef/provider/package/rubygems.rb
|
365
|
+
- lib/chef/provider/package/yum.rb
|
366
|
+
- lib/chef/provider/package/yum-dump.py
|
367
|
+
- lib/chef/provider/package/zypper.rb
|
368
|
+
- lib/chef/provider/mount.rb
|
369
|
+
- lib/chef/provider/package.rb
|
370
|
+
- lib/chef/provider/service.rb
|
371
|
+
- lib/chef/provider/ifconfig.rb
|
372
|
+
- lib/chef/provider/remote_directory.rb
|
373
|
+
- lib/chef/provider/log.rb
|
374
|
+
- lib/chef/provider/subversion.rb
|
375
|
+
- lib/chef/provider/group.rb
|
376
|
+
- lib/chef/provider/mount/mount.rb
|
377
|
+
- lib/chef/provider/mount/windows.rb
|
378
|
+
- lib/chef/provider/script.rb
|
379
|
+
- lib/chef/provider/cookbook_file.rb
|
380
|
+
- lib/chef/provider/directory.rb
|
381
|
+
- lib/chef/provider/deploy.rb
|
382
|
+
- lib/chef/provider/env/windows.rb
|
383
|
+
- lib/chef/provider/deploy/timestamped.rb
|
384
|
+
- lib/chef/provider/deploy/revision.rb
|
385
|
+
- lib/chef/provider/env.rb
|
386
|
+
- lib/chef/provider/remote_file.rb
|
387
|
+
- lib/chef/provider/cron/solaris.rb
|
388
|
+
- lib/chef/provider/file.rb
|
389
|
+
- lib/chef/provider/ohai.rb
|
390
|
+
- lib/chef/provider/group/groupadd.rb
|
391
|
+
- lib/chef/provider/group/dscl.rb
|
392
|
+
- lib/chef/provider/group/gpasswd.rb
|
393
|
+
- lib/chef/provider/group/usermod.rb
|
394
|
+
- lib/chef/provider/group/pw.rb
|
395
|
+
- lib/chef/provider/group/windows.rb
|
396
|
+
- lib/chef/provider/template.rb
|
397
|
+
- lib/chef/provider/user/useradd.rb
|
398
|
+
- lib/chef/provider/user/dscl.rb
|
399
|
+
- lib/chef/provider/user/pw.rb
|
400
|
+
- lib/chef/provider/user/windows.rb
|
401
|
+
- lib/chef/provider/link.rb
|
402
|
+
- lib/chef/provider/git.rb
|
403
|
+
- lib/chef/provider/breakpoint.rb
|
404
|
+
- lib/chef/provider/cron.rb
|
405
|
+
- lib/chef/provider/route.rb
|
406
|
+
- lib/chef/provider/ruby_block.rb
|
407
|
+
- lib/chef/provider/service/init.rb
|
408
|
+
- lib/chef/provider/service/solaris.rb
|
409
|
+
- lib/chef/provider/service/simple.rb
|
410
|
+
- lib/chef/provider/service/gentoo.rb
|
411
|
+
- lib/chef/provider/service/freebsd.rb
|
412
|
+
- lib/chef/provider/service/upstart.rb
|
413
|
+
- lib/chef/provider/service/debian.rb
|
414
|
+
- lib/chef/provider/service/arch.rb
|
415
|
+
- lib/chef/provider/service/windows.rb
|
416
|
+
- lib/chef/provider/service/redhat.rb
|
417
|
+
- lib/chef/provider/http_request.rb
|
418
|
+
- lib/chef/provider/erl_call.rb
|
419
|
+
- lib/chef/provider/execute.rb
|
420
|
+
- lib/chef/provider/user.rb
|
421
|
+
- lib/chef/tasks/chef_repo.rake
|
422
|
+
- lib/chef/application.rb
|
423
|
+
- lib/chef/version.rb
|
424
|
+
- lib/chef/run_status.rb
|
425
|
+
- lib/chef/log.rb
|
232
426
|
- lib/chef/couchdb.rb
|
233
|
-
- lib/chef/
|
234
|
-
- lib/chef/
|
427
|
+
- lib/chef/resources.rb
|
428
|
+
- lib/chef/knife.rb
|
429
|
+
- lib/chef/providers.rb
|
430
|
+
- lib/chef/node/attribute.rb
|
235
431
|
- lib/chef/data_bag_item.rb
|
236
|
-
- lib/chef/
|
237
|
-
- lib/chef/
|
238
|
-
- lib/chef/
|
239
|
-
- lib/chef/
|
240
|
-
- lib/chef/
|
241
|
-
- lib/chef/
|
242
|
-
- lib/chef/
|
243
|
-
- lib/chef/
|
244
|
-
- lib/chef/
|
245
|
-
- lib/chef/
|
246
|
-
- lib/chef/
|
247
|
-
- lib/chef/
|
248
|
-
- lib/chef/
|
249
|
-
- lib/chef/
|
250
|
-
- lib/chef/
|
251
|
-
- lib/chef/
|
252
|
-
- lib/chef/
|
253
|
-
- lib/chef/
|
254
|
-
- lib/chef/
|
255
|
-
- lib/chef/
|
256
|
-
- lib/chef/
|
257
|
-
- lib/chef/
|
432
|
+
- lib/chef/run_context.rb
|
433
|
+
- lib/chef/webui_user.rb
|
434
|
+
- lib/chef/cookbook_version.rb
|
435
|
+
- lib/chef/mixin/language_include_recipe.rb
|
436
|
+
- lib/chef/mixin/deprecation.rb
|
437
|
+
- lib/chef/mixin/checksum.rb
|
438
|
+
- lib/chef/mixin/convert_to_class_name.rb
|
439
|
+
- lib/chef/mixin/command/unix.rb
|
440
|
+
- lib/chef/mixin/command/windows.rb
|
441
|
+
- lib/chef/mixin/create_path.rb
|
442
|
+
- lib/chef/mixin/from_file.rb
|
443
|
+
- lib/chef/mixin/recipe_definition_dsl_core.rb
|
444
|
+
- lib/chef/mixin/check_helper.rb
|
445
|
+
- lib/chef/mixin/template.rb
|
446
|
+
- lib/chef/mixin/xml_escape.rb
|
447
|
+
- lib/chef/mixin/language_include_attribute.rb
|
448
|
+
- lib/chef/mixin/find_preferred_file.rb
|
449
|
+
- lib/chef/mixin/deep_merge.rb
|
450
|
+
- lib/chef/mixin/command.rb
|
451
|
+
- lib/chef/mixin/shell_out.rb
|
452
|
+
- lib/chef/mixin/params_validate.rb
|
453
|
+
- lib/chef/mixin/language.rb
|
454
|
+
- lib/chef/knife/terremark_server_delete.rb
|
455
|
+
- lib/chef/knife/slicehost_server_delete.rb
|
258
456
|
- lib/chef/knife/client_reregister.rb
|
259
|
-
- lib/chef/knife/
|
260
|
-
- lib/chef/knife/
|
261
|
-
- lib/chef/knife/
|
262
|
-
- lib/chef/knife/cookbook_bulk_delete.rb
|
263
|
-
- lib/chef/knife/cookbook_create.rb
|
264
|
-
- lib/chef/knife/cookbook_delete.rb
|
265
|
-
- lib/chef/knife/cookbook_download.rb
|
457
|
+
- lib/chef/knife/terremark_server_create.rb
|
458
|
+
- lib/chef/knife/role_edit.rb
|
459
|
+
- lib/chef/knife/data_bag_from_file.rb
|
266
460
|
- lib/chef/knife/cookbook_list.rb
|
267
|
-
- lib/chef/knife/
|
268
|
-
- lib/chef/knife/cookbook_metadata_from_file.rb
|
269
|
-
- lib/chef/knife/cookbook_show.rb
|
270
|
-
- lib/chef/knife/cookbook_site_download.rb
|
271
|
-
- lib/chef/knife/cookbook_site_list.rb
|
272
|
-
- lib/chef/knife/cookbook_site_search.rb
|
273
|
-
- lib/chef/knife/cookbook_site_share.rb
|
274
|
-
- lib/chef/knife/cookbook_site_show.rb
|
275
|
-
- lib/chef/knife/cookbook_site_unshare.rb
|
461
|
+
- lib/chef/knife/role_bulk_delete.rb
|
276
462
|
- lib/chef/knife/cookbook_site_vendor.rb
|
463
|
+
- lib/chef/knife/cookbook_site_unshare.rb
|
464
|
+
- lib/chef/knife/client_show.rb
|
277
465
|
- lib/chef/knife/cookbook_test.rb
|
278
|
-
- lib/chef/knife/
|
279
|
-
- lib/chef/knife/
|
280
|
-
- lib/chef/knife/
|
281
|
-
- lib/chef/knife/data_bag_edit.rb
|
282
|
-
- lib/chef/knife/data_bag_from_file.rb
|
283
|
-
- lib/chef/knife/data_bag_list.rb
|
284
|
-
- lib/chef/knife/data_bag_show.rb
|
466
|
+
- lib/chef/knife/rackspace_server_create.rb
|
467
|
+
- lib/chef/knife/recipe_list.rb
|
468
|
+
- lib/chef/knife/node_show.rb
|
285
469
|
- lib/chef/knife/ec2_instance_data.rb
|
286
|
-
- lib/chef/knife/
|
287
|
-
- lib/chef/knife/
|
470
|
+
- lib/chef/knife/node_list.rb
|
471
|
+
- lib/chef/knife/terremark_server_list.rb
|
472
|
+
- lib/chef/knife/cookbook_site_download.rb
|
288
473
|
- lib/chef/knife/ec2_server_list.rb
|
289
|
-
- lib/chef/knife/exec.rb
|
290
|
-
- lib/chef/knife/index_rebuild.rb
|
291
474
|
- lib/chef/knife/node_bulk_delete.rb
|
292
|
-
- lib/chef/knife/
|
475
|
+
- lib/chef/knife/ssh.rb
|
476
|
+
- lib/chef/knife/index_rebuild.rb
|
477
|
+
- lib/chef/knife/status.rb
|
478
|
+
- lib/chef/knife/role_create.rb
|
293
479
|
- lib/chef/knife/node_delete.rb
|
294
|
-
- lib/chef/knife/
|
480
|
+
- lib/chef/knife/configure_client.rb
|
295
481
|
- lib/chef/knife/node_from_file.rb
|
296
|
-
- lib/chef/knife/
|
297
|
-
- lib/chef/knife/
|
298
|
-
- lib/chef/knife/
|
299
|
-
- lib/chef/knife/
|
300
|
-
- lib/chef/knife/
|
301
|
-
- lib/chef/knife/
|
482
|
+
- lib/chef/knife/data_bag_show.rb
|
483
|
+
- lib/chef/knife/data_bag_list.rb
|
484
|
+
- lib/chef/knife/cookbook_site_show.rb
|
485
|
+
- lib/chef/knife/data_bag_edit.rb
|
486
|
+
- lib/chef/knife/windows_bootstrap.rb
|
487
|
+
- lib/chef/knife/cookbook_metadata.rb
|
488
|
+
- lib/chef/knife/client_create.rb
|
489
|
+
- lib/chef/knife/data_bag_create.rb
|
490
|
+
- lib/chef/knife/exec.rb
|
491
|
+
- lib/chef/knife/bootstrap.rb
|
492
|
+
- lib/chef/knife/bootstrap/ubuntu10.04-apt.erb
|
493
|
+
- lib/chef/knife/bootstrap/archlinux-gems.erb
|
494
|
+
- lib/chef/knife/bootstrap/client-install.vbs
|
495
|
+
- lib/chef/knife/bootstrap/fedora13-gems.erb
|
496
|
+
- lib/chef/knife/bootstrap/ubuntu10.04-gems.erb
|
497
|
+
- lib/chef/knife/bootstrap/centos5-gems.erb
|
498
|
+
- lib/chef/knife/bootstrap/windows-gems.erb
|
499
|
+
- lib/chef/knife/cookbook_delete.rb
|
302
500
|
- lib/chef/knife/rackspace_server_list.rb
|
303
|
-
- lib/chef/knife/
|
304
|
-
- lib/chef/knife/
|
305
|
-
- lib/chef/knife/
|
501
|
+
- lib/chef/knife/cookbook_create.rb
|
502
|
+
- lib/chef/knife/client_list.rb
|
503
|
+
- lib/chef/knife/slicehost_server_create.rb
|
504
|
+
- lib/chef/knife/role_list.rb
|
505
|
+
- lib/chef/knife/data_bag_delete.rb
|
506
|
+
- lib/chef/knife/rackspace_server_delete.rb
|
507
|
+
- lib/chef/knife/node_create.rb
|
508
|
+
- lib/chef/knife/cookbook_download.rb
|
509
|
+
- lib/chef/knife/configure.rb
|
510
|
+
- lib/chef/knife/node_run_list_add.rb
|
511
|
+
- lib/chef/knife/ec2_server_delete.rb
|
512
|
+
- lib/chef/knife/cookbook_bulk_delete.rb
|
306
513
|
- lib/chef/knife/role_delete.rb
|
307
|
-
- lib/chef/knife/role_edit.rb
|
308
514
|
- lib/chef/knife/role_from_file.rb
|
309
|
-
- lib/chef/knife/
|
310
|
-
- lib/chef/knife/
|
515
|
+
- lib/chef/knife/client_edit.rb
|
516
|
+
- lib/chef/knife/cookbook_site_list.rb
|
311
517
|
- lib/chef/knife/search.rb
|
518
|
+
- lib/chef/knife/node_run_list_remove.rb
|
519
|
+
- lib/chef/knife/cookbook_metadata_from_file.rb
|
520
|
+
- lib/chef/knife/role_show.rb
|
521
|
+
- lib/chef/knife/ec2_server_create.rb
|
522
|
+
- lib/chef/knife/cookbook_upload.rb
|
523
|
+
- lib/chef/knife/cookbook_site_share.rb
|
524
|
+
- lib/chef/knife/client_bulk_delete.rb
|
525
|
+
- lib/chef/knife/client_delete.rb
|
312
526
|
- lib/chef/knife/slicehost_images_list.rb
|
313
|
-
- lib/chef/knife/
|
314
|
-
- lib/chef/knife/
|
527
|
+
- lib/chef/knife/cookbook_show.rb
|
528
|
+
- lib/chef/knife/node_edit.rb
|
529
|
+
- lib/chef/knife/cookbook_site_search.rb
|
315
530
|
- lib/chef/knife/slicehost_server_list.rb
|
316
|
-
- lib/chef/knife/ssh.rb
|
317
|
-
- lib/chef/knife/status.rb
|
318
|
-
- lib/chef/knife/terremark_server_create.rb
|
319
|
-
- lib/chef/knife/terremark_server_delete.rb
|
320
|
-
- lib/chef/knife/terremark_server_list.rb
|
321
|
-
- lib/chef/knife/windows_bootstrap.rb
|
322
|
-
- lib/chef/knife.rb
|
323
|
-
- lib/chef/log.rb
|
324
|
-
- lib/chef/mixin/check_helper.rb
|
325
|
-
- lib/chef/mixin/checksum.rb
|
326
|
-
- lib/chef/mixin/command/unix.rb
|
327
|
-
- lib/chef/mixin/command/windows.rb
|
328
|
-
- lib/chef/mixin/command.rb
|
329
|
-
- lib/chef/mixin/convert_to_class_name.rb
|
330
|
-
- lib/chef/mixin/create_path.rb
|
331
|
-
- lib/chef/mixin/deep_merge.rb
|
332
|
-
- lib/chef/mixin/deprecation.rb
|
333
|
-
- lib/chef/mixin/find_preferred_file.rb
|
334
|
-
- lib/chef/mixin/from_file.rb
|
335
|
-
- lib/chef/mixin/language.rb
|
336
|
-
- lib/chef/mixin/language_include_attribute.rb
|
337
|
-
- lib/chef/mixin/language_include_recipe.rb
|
338
|
-
- lib/chef/mixin/params_validate.rb
|
339
|
-
- lib/chef/mixin/recipe_definition_dsl_core.rb
|
340
|
-
- lib/chef/mixin/shell_out.rb
|
341
|
-
- lib/chef/mixin/template.rb
|
342
|
-
- lib/chef/mixin/xml_escape.rb
|
343
|
-
- lib/chef/mixins.rb
|
344
|
-
- lib/chef/monkey_patches/dir.rb
|
345
|
-
- lib/chef/monkey_patches/string.rb
|
346
|
-
- lib/chef/monkey_patches/tempfile.rb
|
347
|
-
- lib/chef/node/attribute.rb
|
348
|
-
- lib/chef/node.rb
|
349
|
-
- lib/chef/openid_registration.rb
|
350
|
-
- lib/chef/platform.rb
|
351
|
-
- lib/chef/provider/breakpoint.rb
|
352
|
-
- lib/chef/provider/cookbook_file.rb
|
353
|
-
- lib/chef/provider/cron/solaris.rb
|
354
|
-
- lib/chef/provider/cron.rb
|
355
|
-
- lib/chef/provider/deploy/revision.rb
|
356
|
-
- lib/chef/provider/deploy/timestamped.rb
|
357
|
-
- lib/chef/provider/deploy.rb
|
358
|
-
- lib/chef/provider/directory.rb
|
359
|
-
- lib/chef/provider/env/windows.rb
|
360
|
-
- lib/chef/provider/env.rb
|
361
|
-
- lib/chef/provider/erl_call.rb
|
362
|
-
- lib/chef/provider/execute.rb
|
363
|
-
- lib/chef/provider/file.rb
|
364
|
-
- lib/chef/provider/git.rb
|
365
|
-
- lib/chef/provider/group/dscl.rb
|
366
|
-
- lib/chef/provider/group/gpasswd.rb
|
367
|
-
- lib/chef/provider/group/groupadd.rb
|
368
|
-
- lib/chef/provider/group/pw.rb
|
369
|
-
- lib/chef/provider/group/usermod.rb
|
370
|
-
- lib/chef/provider/group/windows.rb
|
371
|
-
- lib/chef/provider/group.rb
|
372
|
-
- lib/chef/provider/http_request.rb
|
373
|
-
- lib/chef/provider/ifconfig.rb
|
374
|
-
- lib/chef/provider/link.rb
|
375
|
-
- lib/chef/provider/log.rb
|
376
|
-
- lib/chef/provider/mdadm.rb
|
377
|
-
- lib/chef/provider/mount/mount.rb
|
378
|
-
- lib/chef/provider/mount/windows.rb
|
379
|
-
- lib/chef/provider/mount.rb
|
380
|
-
- lib/chef/provider/ohai.rb
|
381
|
-
- lib/chef/provider/package/apt.rb
|
382
|
-
- lib/chef/provider/package/dpkg.rb
|
383
|
-
- lib/chef/provider/package/easy_install.rb
|
384
|
-
- lib/chef/provider/package/freebsd.rb
|
385
|
-
- lib/chef/provider/package/macports.rb
|
386
|
-
- lib/chef/provider/package/pacman.rb
|
387
|
-
- lib/chef/provider/package/portage.rb
|
388
|
-
- lib/chef/provider/package/rpm.rb
|
389
|
-
- lib/chef/provider/package/rubygems.rb
|
390
|
-
- lib/chef/provider/package/solaris.rb
|
391
|
-
- lib/chef/provider/package/yum-dump.py
|
392
|
-
- lib/chef/provider/package/yum.rb
|
393
|
-
- lib/chef/provider/package/zypper.rb
|
394
|
-
- lib/chef/provider/package.rb
|
395
|
-
- lib/chef/provider/remote_directory.rb
|
396
|
-
- lib/chef/provider/remote_file.rb
|
397
|
-
- lib/chef/provider/route.rb
|
398
|
-
- lib/chef/provider/ruby_block.rb
|
399
|
-
- lib/chef/provider/script.rb
|
400
|
-
- lib/chef/provider/service/arch.rb
|
401
|
-
- lib/chef/provider/service/debian.rb
|
402
|
-
- lib/chef/provider/service/freebsd.rb
|
403
|
-
- lib/chef/provider/service/gentoo.rb
|
404
|
-
- lib/chef/provider/service/init.rb
|
405
|
-
- lib/chef/provider/service/redhat.rb
|
406
|
-
- lib/chef/provider/service/simple.rb
|
407
|
-
- lib/chef/provider/service/solaris.rb
|
408
|
-
- lib/chef/provider/service/upstart.rb
|
409
|
-
- lib/chef/provider/service/windows.rb
|
410
|
-
- lib/chef/provider/service.rb
|
411
|
-
- lib/chef/provider/subversion.rb
|
412
|
-
- lib/chef/provider/template.rb
|
413
|
-
- lib/chef/provider/user/dscl.rb
|
414
|
-
- lib/chef/provider/user/pw.rb
|
415
|
-
- lib/chef/provider/user/useradd.rb
|
416
|
-
- lib/chef/provider/user/windows.rb
|
417
|
-
- lib/chef/provider/user.rb
|
418
|
-
- lib/chef/provider.rb
|
419
|
-
- lib/chef/providers.rb
|
420
|
-
- lib/chef/recipe.rb
|
421
|
-
- lib/chef/resource/apt_package.rb
|
422
|
-
- lib/chef/resource/bash.rb
|
423
|
-
- lib/chef/resource/breakpoint.rb
|
424
|
-
- lib/chef/resource/cookbook_file.rb
|
425
|
-
- lib/chef/resource/cron.rb
|
426
|
-
- lib/chef/resource/csh.rb
|
427
|
-
- lib/chef/resource/deploy.rb
|
428
|
-
- lib/chef/resource/deploy_revision.rb
|
429
|
-
- lib/chef/resource/directory.rb
|
430
|
-
- lib/chef/resource/dpkg_package.rb
|
431
|
-
- lib/chef/resource/easy_install_package.rb
|
432
|
-
- lib/chef/resource/env.rb
|
433
|
-
- lib/chef/resource/erl_call.rb
|
434
|
-
- lib/chef/resource/execute.rb
|
435
|
-
- lib/chef/resource/file.rb
|
436
|
-
- lib/chef/resource/freebsd_package.rb
|
437
|
-
- lib/chef/resource/gem_package.rb
|
438
|
-
- lib/chef/resource/git.rb
|
439
|
-
- lib/chef/resource/group.rb
|
440
|
-
- lib/chef/resource/http_request.rb
|
441
|
-
- lib/chef/resource/ifconfig.rb
|
442
|
-
- lib/chef/resource/link.rb
|
443
|
-
- lib/chef/resource/log.rb
|
444
|
-
- lib/chef/resource/macports_package.rb
|
445
|
-
- lib/chef/resource/mdadm.rb
|
446
|
-
- lib/chef/resource/mount.rb
|
447
|
-
- lib/chef/resource/ohai.rb
|
448
|
-
- lib/chef/resource/package.rb
|
449
|
-
- lib/chef/resource/pacman_package.rb
|
450
|
-
- lib/chef/resource/perl.rb
|
451
|
-
- lib/chef/resource/portage_package.rb
|
452
|
-
- lib/chef/resource/python.rb
|
453
|
-
- lib/chef/resource/remote_directory.rb
|
454
|
-
- lib/chef/resource/remote_file.rb
|
455
|
-
- lib/chef/resource/route.rb
|
456
|
-
- lib/chef/resource/rpm_package.rb
|
457
|
-
- lib/chef/resource/ruby.rb
|
458
|
-
- lib/chef/resource/ruby_block.rb
|
459
|
-
- lib/chef/resource/scm.rb
|
460
|
-
- lib/chef/resource/script.rb
|
461
|
-
- lib/chef/resource/service.rb
|
462
|
-
- lib/chef/resource/solaris_package.rb
|
463
|
-
- lib/chef/resource/subversion.rb
|
464
|
-
- lib/chef/resource/template.rb
|
465
|
-
- lib/chef/resource/timestamped_deploy.rb
|
466
|
-
- lib/chef/resource/user.rb
|
467
|
-
- lib/chef/resource/yum_package.rb
|
468
|
-
- lib/chef/resource.rb
|
469
|
-
- lib/chef/resource_collection/stepable_iterator.rb
|
470
|
-
- lib/chef/resource_collection.rb
|
471
|
-
- lib/chef/resource_definition.rb
|
472
|
-
- lib/chef/resource_definition_list.rb
|
473
|
-
- lib/chef/resources.rb
|
474
|
-
- lib/chef/rest/auth_credentials.rb
|
475
531
|
- lib/chef/rest/cookie_jar.rb
|
476
532
|
- lib/chef/rest/rest_request.rb
|
477
|
-
- lib/chef/rest.rb
|
533
|
+
- lib/chef/rest/auth_credentials.rb
|
478
534
|
- lib/chef/role.rb
|
479
|
-
- lib/chef/
|
480
|
-
- lib/chef/
|
481
|
-
- lib/chef/run_list/run_list_item.rb
|
535
|
+
- lib/chef/resource_collection.rb
|
536
|
+
- lib/chef/streaming_cookbook_uploader.rb
|
482
537
|
- lib/chef/run_list.rb
|
483
|
-
- lib/chef/
|
538
|
+
- lib/chef/monkey_patches/dir.rb
|
539
|
+
- lib/chef/monkey_patches/string.rb
|
540
|
+
- lib/chef/monkey_patches/tempfile.rb
|
484
541
|
- lib/chef/runner.rb
|
485
|
-
- lib/chef/
|
486
|
-
- lib/chef/
|
487
|
-
- lib/chef/shef/ext.rb
|
542
|
+
- lib/chef/applications.rb
|
543
|
+
- lib/chef/provider.rb
|
488
544
|
- lib/chef/shef/model_wrapper.rb
|
489
|
-
- lib/chef/shef/
|
545
|
+
- lib/chef/shef/ext.rb
|
490
546
|
- lib/chef/shef/shef_session.rb
|
491
|
-
- lib/chef/shef.rb
|
547
|
+
- lib/chef/shef/shef_rest.rb
|
548
|
+
- lib/chef/cookbook_loader.rb
|
549
|
+
- lib/chef/index_queue/consumer.rb
|
550
|
+
- lib/chef/index_queue/amqp_client.rb
|
551
|
+
- lib/chef/index_queue/indexable.rb
|
552
|
+
- lib/chef/handler.rb
|
553
|
+
- lib/chef/run_list/run_list_item.rb
|
554
|
+
- lib/chef/run_list/run_list_expansion.rb
|
555
|
+
- lib/chef/file_access_control.rb
|
556
|
+
- lib/chef/recipe.rb
|
557
|
+
- lib/chef/openid_registration.rb
|
558
|
+
- lib/chef/platform.rb
|
559
|
+
- lib/chef/checksum_cache.rb
|
560
|
+
- lib/chef/client.rb
|
561
|
+
- lib/chef/index_queue.rb
|
562
|
+
- lib/chef/sandbox.rb
|
563
|
+
- lib/chef/resource.rb
|
564
|
+
- lib/chef/resource_definition_list.rb
|
492
565
|
- lib/chef/shell_out.rb
|
493
|
-
- lib/chef/
|
494
|
-
- lib/chef/
|
566
|
+
- lib/chef/file_cache.rb
|
567
|
+
- lib/chef/mixins.rb
|
568
|
+
- lib/chef/rest.rb
|
569
|
+
- lib/chef/daemon.rb
|
570
|
+
- lib/chef/handler/json_file.rb
|
571
|
+
- lib/chef/cookbook/metadata/version.rb
|
572
|
+
- lib/chef/cookbook/cookbook_collection.rb
|
573
|
+
- lib/chef/cookbook/file_vendor.rb
|
574
|
+
- lib/chef/cookbook/syntax_check.rb
|
575
|
+
- lib/chef/cookbook/metadata.rb
|
576
|
+
- lib/chef/cookbook/file_system_file_vendor.rb
|
577
|
+
- lib/chef/cookbook/remote_file_vendor.rb
|
578
|
+
- lib/chef/resource_collection/stepable_iterator.rb
|
495
579
|
- lib/chef/util/file_edit.rb
|
496
|
-
- lib/chef/util/windows/net_group.rb
|
497
580
|
- lib/chef/util/windows/net_use.rb
|
581
|
+
- lib/chef/util/windows/net_group.rb
|
498
582
|
- lib/chef/util/windows/net_user.rb
|
499
583
|
- lib/chef/util/windows/volume.rb
|
500
584
|
- lib/chef/util/windows.rb
|
501
|
-
- lib/chef/
|
502
|
-
- lib/chef/
|
585
|
+
- lib/chef/node.rb
|
586
|
+
- lib/chef/cookbook_site_streaming_uploader.rb
|
587
|
+
- lib/chef/search/query.rb
|
503
588
|
- lib/chef.rb
|
589
|
+
- bin/chef-client
|
590
|
+
- bin/chef-solo
|
591
|
+
- bin/knife
|
592
|
+
- bin/shef
|
504
593
|
has_rdoc: true
|
505
594
|
homepage: http://wiki.opscode.com/display/chef
|
506
595
|
licenses: []
|
@@ -511,21 +600,27 @@ rdoc_options: []
|
|
511
600
|
require_paths:
|
512
601
|
- lib
|
513
602
|
required_ruby_version: !ruby/object:Gem::Requirement
|
603
|
+
none: false
|
514
604
|
requirements:
|
515
605
|
- - ">="
|
516
606
|
- !ruby/object:Gem::Version
|
607
|
+
hash: 3
|
608
|
+
segments:
|
609
|
+
- 0
|
517
610
|
version: "0"
|
518
|
-
version:
|
519
611
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
612
|
+
none: false
|
520
613
|
requirements:
|
521
614
|
- - ">="
|
522
615
|
- !ruby/object:Gem::Version
|
616
|
+
hash: 3
|
617
|
+
segments:
|
618
|
+
- 0
|
523
619
|
version: "0"
|
524
|
-
version:
|
525
620
|
requirements: []
|
526
621
|
|
527
622
|
rubyforge_project:
|
528
|
-
rubygems_version: 1.
|
623
|
+
rubygems_version: 1.4.2
|
529
624
|
signing_key:
|
530
625
|
specification_version: 3
|
531
626
|
summary: A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.
|