chef 11.8.2.rc.0 → 11.8.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/distro/common/html/chef-client.8.html +4 -4
- data/distro/common/html/chef-expander.8.html +4 -4
- data/distro/common/html/chef-expanderctl.8.html +4 -4
- data/distro/common/html/chef-server-webui.8.html +4 -4
- data/distro/common/html/chef-server.8.html +4 -4
- data/distro/common/html/chef-shell.1.html +4 -4
- data/distro/common/html/chef-solo.8.html +4 -4
- data/distro/common/html/chef-solr.8.html +4 -4
- data/distro/common/html/knife-bootstrap.1.html +4 -4
- data/distro/common/html/knife-client.1.html +4 -4
- data/distro/common/html/knife-configure.1.html +4 -4
- data/distro/common/html/knife-cookbook-site.1.html +4 -4
- data/distro/common/html/knife-cookbook.1.html +4 -4
- data/distro/common/html/knife-data-bag.1.html +4 -4
- data/distro/common/html/knife-environment.1.html +4 -4
- data/distro/common/html/knife-exec.1.html +4 -4
- data/distro/common/html/knife-index.1.html +4 -4
- data/distro/common/html/knife-node.1.html +4 -4
- data/distro/common/html/knife-role.1.html +4 -4
- data/distro/common/html/knife-search.1.html +4 -4
- data/distro/common/html/knife-ssh.1.html +4 -4
- data/distro/common/html/knife-status.1.html +4 -4
- data/distro/common/html/knife-tag.1.html +4 -4
- data/distro/common/html/knife.1.html +4 -4
- data/lib/chef/version.rb +1 -1
- metadata +61 -7
- checksums.yaml +0 -15
data/Rakefile
CHANGED
@@ -61,7 +61,7 @@ end
|
|
61
61
|
|
62
62
|
desc "Build it, tag it and ship it"
|
63
63
|
task :ship => :gem do
|
64
|
-
|
64
|
+
sh("git tag #{Chef::VERSION}")
|
65
65
|
sh("git push opscode --tags")
|
66
66
|
Dir[File.expand_path("../pkg/*.gem", __FILE__)].reverse.each do |built_gem|
|
67
67
|
sh("gem push #{built_gem}")
|
@@ -124,9 +124,9 @@ wiki, http://wiki.opscode.com/display/chef/Home.</p>
|
|
124
124
|
|
125
125
|
<h2 id="AUTHOR">AUTHOR</h2>
|
126
126
|
|
127
|
-
<p>Chef was written by Adam Jacob <a href="m&#
|
127
|
+
<p>Chef was written by Adam Jacob <a href="mailto:adam@ospcode.com" data-bare-link="true">adam@ospcode.com</a> of Opscode
|
128
128
|
(http://www.opscode.com), with contributions from the community. This
|
129
|
-
manual page was written by Joshua Timberman <a href="&#
|
129
|
+
manual page was written by Joshua Timberman <a href="mailto:joshua@opscode.com" data-bare-link="true">joshua@opscode.com</a> with
|
130
130
|
help2man. Permission is granted to copy, distribute and / or modify
|
131
131
|
this document under the terms of the Apache 2.0 License.</p>
|
132
132
|
|
@@ -135,8 +135,8 @@ found in /usr/share/common-licenses/Apache-2.0.</p>
|
|
135
135
|
|
136
136
|
|
137
137
|
<ol class='man-decor man-foot man foot'>
|
138
|
-
<li class='tl'>Chef 11.8.2
|
139
|
-
<li class='tc'>
|
138
|
+
<li class='tl'>Chef 11.8.2</li>
|
139
|
+
<li class='tc'>December 2013</li>
|
140
140
|
<li class='tr'>chef-client(8)</li>
|
141
141
|
</ol>
|
142
142
|
|
@@ -143,9 +143,9 @@ wiki, http://wiki.opscode.com/display/chef/Home.</p>
|
|
143
143
|
|
144
144
|
<h2 id="AUTHOR">AUTHOR</h2>
|
145
145
|
|
146
|
-
<p>Chef was written by Adam Jacob <a href="m&#
|
146
|
+
<p>Chef was written by Adam Jacob <a href="mailto:adam@ospcode.com" data-bare-link="true">adam@ospcode.com</a> of Opscode
|
147
147
|
(http://www.opscode.com), with contributions from the community. This
|
148
|
-
manual page was created by Nuo Yan <a href="&#
|
148
|
+
manual page was created by Nuo Yan <a href="mailto:nuo@opscode.com" data-bare-link="true">nuo@opscode.com</a>. Permission is
|
149
149
|
granted to copy, distribute and / or modify this document under the
|
150
150
|
terms of the Apache 2.0 License.</p>
|
151
151
|
|
@@ -154,8 +154,8 @@ found in /usr/share/common-licenses/Apache-2.0.</p>
|
|
154
154
|
|
155
155
|
|
156
156
|
<ol class='man-decor man-foot man foot'>
|
157
|
-
<li class='tl'>Chef 11.8.2
|
158
|
-
<li class='tc'>
|
157
|
+
<li class='tl'>Chef 11.8.2</li>
|
158
|
+
<li class='tc'>December 2013</li>
|
159
159
|
<li class='tr'>chef-expander(8)</li>
|
160
160
|
</ol>
|
161
161
|
|
@@ -125,9 +125,9 @@ wiki, http://wiki.opscode.com/display/chef/Home.</p>
|
|
125
125
|
|
126
126
|
<h2 id="AUTHOR">AUTHOR</h2>
|
127
127
|
|
128
|
-
<p>Chef was written by Adam Jacob <a href="&#
|
128
|
+
<p>Chef was written by Adam Jacob <a href="mailto:adam@ospcode.com" data-bare-link="true">adam@ospcode.com</a> of Opscode
|
129
129
|
(http://www.opscode.com), with contributions from the community. This
|
130
|
-
manual page was created by Nuo Yan <a href="&#
|
130
|
+
manual page was created by Nuo Yan <a href="mailto:nuo@opscode.com" data-bare-link="true">nuo@opscode.com</a>. Permission is
|
131
131
|
granted to copy, distribute and / or modify this document under the
|
132
132
|
terms of the Apache 2.0 License.</p>
|
133
133
|
|
@@ -136,8 +136,8 @@ found in /usr/share/common-licenses/Apache-2.0.</p>
|
|
136
136
|
|
137
137
|
|
138
138
|
<ol class='man-decor man-foot man foot'>
|
139
|
-
<li class='tl'>Chef 11.8.2
|
140
|
-
<li class='tc'>
|
139
|
+
<li class='tl'>Chef 11.8.2</li>
|
140
|
+
<li class='tc'>December 2013</li>
|
141
141
|
<li class='tr'>chef-expanderctl(8)</li>
|
142
142
|
</ol>
|
143
143
|
|
@@ -163,9 +163,9 @@ is located on the Chef wiki, http://wiki.opscode.com/display/chef/Home.</p>
|
|
163
163
|
|
164
164
|
<h2 id="AUTHOR">AUTHOR</h2>
|
165
165
|
|
166
|
-
<p>Chef was written by Adam Jacob <a href="mai&#
|
166
|
+
<p>Chef was written by Adam Jacob <a href="mailto:adam@ospcode.com" data-bare-link="true">adam@ospcode.com</a> of Opscode
|
167
167
|
(http://www.opscode.com), with contributions from the community. This
|
168
|
-
manual page was written by Joshua Timberman <a href="m&#
|
168
|
+
manual page was written by Joshua Timberman <a href="mailto:joshua@opscode.com" data-bare-link="true">joshua@opscode.com</a> with
|
169
169
|
help2man for the Debian project (but may be used by others). Permission
|
170
170
|
is granted to copy, distribute and / or modify this document under the
|
171
171
|
terms of the Apache 2.0 License.</p>
|
@@ -175,8 +175,8 @@ found in /usr/share/common-licenses/Apache-2.0.</p>
|
|
175
175
|
|
176
176
|
|
177
177
|
<ol class='man-decor man-foot man foot'>
|
178
|
-
<li class='tl'>Chef 11.8.2
|
179
|
-
<li class='tc'>
|
178
|
+
<li class='tl'>Chef 11.8.2</li>
|
179
|
+
<li class='tc'>December 2013</li>
|
180
180
|
<li class='tr'>chef-server-webui(8)</li>
|
181
181
|
</ol>
|
182
182
|
|
@@ -161,9 +161,9 @@ wiki, http://wiki.opscode.com/display/chef/Home.</p>
|
|
161
161
|
|
162
162
|
<h2 id="AUTHOR">AUTHOR</h2>
|
163
163
|
|
164
|
-
<p>Chef was written by Adam Jacob <a href="mai&#
|
164
|
+
<p>Chef was written by Adam Jacob <a href="mailto:adam@ospcode.com" data-bare-link="true">adam@ospcode.com</a> of Opscode
|
165
165
|
(http://www.opscode.com), with contributions from the community. This
|
166
|
-
manual page was written by Joshua Timberman <a href="m&#
|
166
|
+
manual page was written by Joshua Timberman <a href="mailto:joshua@opscode.com" data-bare-link="true">joshua@opscode.com</a> with
|
167
167
|
help2man. Permission is granted to copy, distribute and / or modify
|
168
168
|
this document under the terms of the Apache 2.0 License.</p>
|
169
169
|
|
@@ -172,8 +172,8 @@ found in /usr/share/common-licenses/Apache-2.0.</p>
|
|
172
172
|
|
173
173
|
|
174
174
|
<ol class='man-decor man-foot man foot'>
|
175
|
-
<li class='tl'>Chef 11.8.2
|
176
|
-
<li class='tc'>
|
175
|
+
<li class='tl'>Chef 11.8.2</li>
|
176
|
+
<li class='tc'>December 2013</li>
|
177
177
|
<li class='tr'>chef-server(8)</li>
|
178
178
|
</ol>
|
179
179
|
|
@@ -260,13 +260,13 @@ libraries.</p>
|
|
260
260
|
|
261
261
|
<h2 id="AUTHOR">AUTHOR</h2>
|
262
262
|
|
263
|
-
<p> Chef was written by Adam Jacob <a href="&#
|
263
|
+
<p> Chef was written by Adam Jacob <a href="mailto:adam@opscode.com" data-bare-link="true">adam@opscode.com</a> with many
|
264
264
|
contributions from the community. chef-shell was written by Daniel
|
265
265
|
DeLeo.</p>
|
266
266
|
|
267
267
|
<h2 id="DOCUMENTATION">DOCUMENTATION</h2>
|
268
268
|
|
269
|
-
<p> This manual page was written by Daniel DeLeo <a href="m&#
|
269
|
+
<p> This manual page was written by Daniel DeLeo <a href="mailto:dan@opscode.com" data-bare-link="true">dan@opscode.com</a>.
|
270
270
|
Permission is granted to copy, distribute and / or modify this
|
271
271
|
document under the terms of the Apache 2.0 License.</p>
|
272
272
|
|
@@ -276,8 +276,8 @@ libraries.</p>
|
|
276
276
|
|
277
277
|
|
278
278
|
<ol class='man-decor man-foot man foot'>
|
279
|
-
<li class='tl'>Chef 11.8.2
|
280
|
-
<li class='tc'>
|
279
|
+
<li class='tl'>Chef 11.8.2</li>
|
280
|
+
<li class='tc'>December 2013</li>
|
281
281
|
<li class='tr'>chef-shell(1)</li>
|
282
282
|
</ol>
|
283
283
|
|
@@ -164,9 +164,9 @@ http://wiki.opscode.com/display/chef/Home.</p>
|
|
164
164
|
|
165
165
|
<h2 id="AUTHOR">AUTHOR</h2>
|
166
166
|
|
167
|
-
<p>Chef was written by Adam Jacob <a href="&#
|
167
|
+
<p>Chef was written by Adam Jacob <a href="mailto:adam@ospcode.com" data-bare-link="true">adam@ospcode.com</a> of Opscode
|
168
168
|
(http://www.opscode.com), with contributions from the community. This
|
169
|
-
manual page was written by Joshua Timberman <a href="&#
|
169
|
+
manual page was written by Joshua Timberman <a href="mailto:joshua@opscode.com" data-bare-link="true">joshua@opscode.com</a> with
|
170
170
|
help2man. Permission is granted to copy, distribute and / or modify
|
171
171
|
this document under the terms of the Apache 2.0 License.</p>
|
172
172
|
|
@@ -175,8 +175,8 @@ found in /usr/share/common-licenses/Apache-2.0.</p>
|
|
175
175
|
|
176
176
|
|
177
177
|
<ol class='man-decor man-foot man foot'>
|
178
|
-
<li class='tl'>Chef 11.8.2
|
179
|
-
<li class='tc'>
|
178
|
+
<li class='tl'>Chef 11.8.2</li>
|
179
|
+
<li class='tc'>December 2013</li>
|
180
180
|
<li class='tr'>chef-solo(8)</li>
|
181
181
|
</ol>
|
182
182
|
|
@@ -144,9 +144,9 @@ wiki, http://wiki.opscode.com/display/chef/Home.</p>
|
|
144
144
|
|
145
145
|
<h2 id="AUTHOR">AUTHOR</h2>
|
146
146
|
|
147
|
-
<p>Chef was written by Adam Jacob <a href="&#
|
147
|
+
<p>Chef was written by Adam Jacob <a href="mailto:adam@ospcode.com" data-bare-link="true">adam@ospcode.com</a> of Opscode
|
148
148
|
(http://www.opscode.com), with contributions from the community. This
|
149
|
-
manual page was written by Joshua Timberman <a href="m&#
|
149
|
+
manual page was written by Joshua Timberman <a href="mailto:joshua@opscode.com" data-bare-link="true">joshua@opscode.com</a> with
|
150
150
|
help2man. Permission is granted to copy, distribute and / or modify
|
151
151
|
this document under the terms of the Apache 2.0 License.</p>
|
152
152
|
|
@@ -155,8 +155,8 @@ found in /usr/share/common-licenses/Apache-2.0.</p>
|
|
155
155
|
|
156
156
|
|
157
157
|
<ol class='man-decor man-foot man foot'>
|
158
|
-
<li class='tl'>Chef 11.8.2
|
159
|
-
<li class='tc'>
|
158
|
+
<li class='tl'>Chef 11.8.2</li>
|
159
|
+
<li class='tc'>December 2013</li>
|
160
160
|
<li class='tr'>chef-solr(8)</li>
|
161
161
|
</ol>
|
162
162
|
|
@@ -218,11 +218,11 @@ to other users via the process list using tools such as <span class="man-ref">ps
|
|
218
218
|
|
219
219
|
<h2 id="AUTHOR">AUTHOR</h2>
|
220
220
|
|
221
|
-
<p> Chef was written by Adam Jacob <a href="&#
|
221
|
+
<p> Chef was written by Adam Jacob <a href="mailto:adam@opscode.com" data-bare-link="true">adam@opscode.com</a> with many contributions from the community.</p>
|
222
222
|
|
223
223
|
<h2 id="DOCUMENTATION">DOCUMENTATION</h2>
|
224
224
|
|
225
|
-
<p> This manual page was written by Joshua Timberman <a href="m&#
|
225
|
+
<p> This manual page was written by Joshua Timberman <a href="mailto:joshua@opscode.com" data-bare-link="true">joshua@opscode.com</a>.
|
226
226
|
Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.</p>
|
227
227
|
|
228
228
|
<h2 id="CHEF">CHEF</h2>
|
@@ -231,8 +231,8 @@ to other users via the process list using tools such as <span class="man-ref">ps
|
|
231
231
|
|
232
232
|
|
233
233
|
<ol class='man-decor man-foot man foot'>
|
234
|
-
<li class='tl'>Chef 11.8.2
|
235
|
-
<li class='tc'>
|
234
|
+
<li class='tl'>Chef 11.8.2</li>
|
235
|
+
<li class='tc'>December 2013</li>
|
236
236
|
<li class='tr'>knife-bootstrap(1)</li>
|
237
237
|
</ol>
|
238
238
|
|
@@ -196,11 +196,11 @@ setting up a host for management with Chef.</p>
|
|
196
196
|
|
197
197
|
<h2 id="AUTHOR">AUTHOR</h2>
|
198
198
|
|
199
|
-
<p> Chef was written by Adam Jacob <a href="ma&#
|
199
|
+
<p> Chef was written by Adam Jacob <a href="mailto:adam@opscode.com" data-bare-link="true">adam@opscode.com</a> with many contributions from the community.</p>
|
200
200
|
|
201
201
|
<h2 id="DOCUMENTATION">DOCUMENTATION</h2>
|
202
202
|
|
203
|
-
<p> This manual page was written by Joshua Timberman <a href="&#
|
203
|
+
<p> This manual page was written by Joshua Timberman <a href="mailto:joshua@opscode.com" data-bare-link="true">joshua@opscode.com</a>.
|
204
204
|
Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.</p>
|
205
205
|
|
206
206
|
<h2 id="CHEF">CHEF</h2>
|
@@ -209,8 +209,8 @@ setting up a host for management with Chef.</p>
|
|
209
209
|
|
210
210
|
|
211
211
|
<ol class='man-decor man-foot man foot'>
|
212
|
-
<li class='tl'>Chef 11.8.2
|
213
|
-
<li class='tc'>
|
212
|
+
<li class='tl'>Chef 11.8.2</li>
|
213
|
+
<li class='tc'>December 2013</li>
|
214
214
|
<li class='tr'>knife-client(1)</li>
|
215
215
|
</ol>
|
216
216
|
|
@@ -147,11 +147,11 @@ may need to modify that setting after copying to a remote host.</p></li>
|
|
147
147
|
|
148
148
|
<h2 id="AUTHOR">AUTHOR</h2>
|
149
149
|
|
150
|
-
<p> Chef was written by Adam Jacob <a href="m&#
|
150
|
+
<p> Chef was written by Adam Jacob <a href="mailto:adam@opscode.com" data-bare-link="true">adam@opscode.com</a> with many contributions from the community.</p>
|
151
151
|
|
152
152
|
<h2 id="DOCUMENTATION">DOCUMENTATION</h2>
|
153
153
|
|
154
|
-
<p> This manual page was written by Joshua Timberman <a href="m&#
|
154
|
+
<p> This manual page was written by Joshua Timberman <a href="mailto:joshua@opscode.com" data-bare-link="true">joshua@opscode.com</a>.
|
155
155
|
Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.</p>
|
156
156
|
|
157
157
|
<h2 id="CHEF">CHEF</h2>
|
@@ -160,8 +160,8 @@ may need to modify that setting after copying to a remote host.</p></li>
|
|
160
160
|
|
161
161
|
|
162
162
|
<ol class='man-decor man-foot man foot'>
|
163
|
-
<li class='tl'>Chef 11.8.2
|
164
|
-
<li class='tc'>
|
163
|
+
<li class='tl'>Chef 11.8.2</li>
|
164
|
+
<li class='tc'>December 2013</li>
|
165
165
|
<li class='tr'>knife-configure(1)</li>
|
166
166
|
</ol>
|
167
167
|
|
@@ -218,11 +218,11 @@ configuration file.</p>
|
|
218
218
|
|
219
219
|
<h2 id="AUTHOR">AUTHOR</h2>
|
220
220
|
|
221
|
-
<p> Chef was written by Adam Jacob <a href="m&#
|
221
|
+
<p> Chef was written by Adam Jacob <a href="mailto:adam@opscode.com" data-bare-link="true">adam@opscode.com</a> with many contributions from the community.</p>
|
222
222
|
|
223
223
|
<h2 id="DOCUMENTATION">DOCUMENTATION</h2>
|
224
224
|
|
225
|
-
<p> This manual page was written by Joshua Timberman <a href="m&#
|
225
|
+
<p> This manual page was written by Joshua Timberman <a href="mailto:joshua@opscode.com" data-bare-link="true">joshua@opscode.com</a>.
|
226
226
|
Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.</p>
|
227
227
|
|
228
228
|
<h2 id="CHEF">CHEF</h2>
|
@@ -231,8 +231,8 @@ configuration file.</p>
|
|
231
231
|
|
232
232
|
|
233
233
|
<ol class='man-decor man-foot man foot'>
|
234
|
-
<li class='tl'>Chef 11.8.2
|
235
|
-
<li class='tc'>
|
234
|
+
<li class='tl'>Chef 11.8.2</li>
|
235
|
+
<li class='tc'>December 2013</li>
|
236
236
|
<li class='tr'>knife-cookbook-site(1)</li>
|
237
237
|
</ol>
|
238
238
|
|
@@ -358,11 +358,11 @@ cookbook.</p>
|
|
358
358
|
|
359
359
|
<h2 id="AUTHOR">AUTHOR</h2>
|
360
360
|
|
361
|
-
<p> Chef was written by Adam Jacob <a href="&#
|
361
|
+
<p> Chef was written by Adam Jacob <a href="mailto:adam@opscode.com" data-bare-link="true">adam@opscode.com</a> with many contributions from the community.</p>
|
362
362
|
|
363
363
|
<h2 id="DOCUMENTATION">DOCUMENTATION</h2>
|
364
364
|
|
365
|
-
<p> This manual page was written by Joshua Timberman <a href="mai&#
|
365
|
+
<p> This manual page was written by Joshua Timberman <a href="mailto:joshua@opscode.com" data-bare-link="true">joshua@opscode.com</a>.
|
366
366
|
Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.</p>
|
367
367
|
|
368
368
|
<h2 id="CHEF">CHEF</h2>
|
@@ -371,8 +371,8 @@ cookbook.</p>
|
|
371
371
|
|
372
372
|
|
373
373
|
<ol class='man-decor man-foot man foot'>
|
374
|
-
<li class='tl'>Chef 11.8.2
|
375
|
-
<li class='tc'>
|
374
|
+
<li class='tl'>Chef 11.8.2</li>
|
375
|
+
<li class='tc'>December 2013</li>
|
376
376
|
<li class='tr'>knife-cookbook(1)</li>
|
377
377
|
</ol>
|
378
378
|
|
@@ -212,11 +212,11 @@ encryption keys.</p>
|
|
212
212
|
|
213
213
|
<h2 id="AUTHOR">AUTHOR</h2>
|
214
214
|
|
215
|
-
<p> Chef was written by Adam Jacob <a href="&#
|
215
|
+
<p> Chef was written by Adam Jacob <a href="mailto:adam@opscode.com" data-bare-link="true">adam@opscode.com</a> with many contributions from the community.</p>
|
216
216
|
|
217
217
|
<h2 id="DOCUMENTATION">DOCUMENTATION</h2>
|
218
218
|
|
219
|
-
<p> This manual page was written by Joshua Timberman <a href="mai&#
|
219
|
+
<p> This manual page was written by Joshua Timberman <a href="mailto:joshua@opscode.com" data-bare-link="true">joshua@opscode.com</a>.
|
220
220
|
Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.</p>
|
221
221
|
|
222
222
|
<h2 id="CHEF">CHEF</h2>
|
@@ -225,8 +225,8 @@ encryption keys.</p>
|
|
225
225
|
|
226
226
|
|
227
227
|
<ol class='man-decor man-foot man foot'>
|
228
|
-
<li class='tl'>Chef 11.8.2
|
229
|
-
<li class='tc'>
|
228
|
+
<li class='tl'>Chef 11.8.2</li>
|
229
|
+
<li class='tc'>December 2013</li>
|
230
230
|
<li class='tr'>knife-data-bag(1)</li>
|
231
231
|
</ol>
|
232
232
|
|
@@ -242,11 +242,11 @@ override_attributes "aws_s3_bucket" => "production"
|
|
242
242
|
|
243
243
|
<h2 id="AUTHOR">AUTHOR</h2>
|
244
244
|
|
245
|
-
<p> Chef was written by Adam Jacob <a href="m&#
|
245
|
+
<p> Chef was written by Adam Jacob <a href="mailto:adam@opscode.com" data-bare-link="true">adam@opscode.com</a> with many contributions from the community.</p>
|
246
246
|
|
247
247
|
<h2 id="DOCUMENTATION">DOCUMENTATION</h2>
|
248
248
|
|
249
|
-
<p> This manual page was written by Daniel DeLeo <a href="m&#
|
249
|
+
<p> This manual page was written by Daniel DeLeo <a href="mailto:dan@opscode.com" data-bare-link="true">dan@opscode.com</a>.
|
250
250
|
Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.</p>
|
251
251
|
|
252
252
|
<h2 id="CHEF">CHEF</h2>
|
@@ -255,8 +255,8 @@ override_attributes "aws_s3_bucket" => "production"
|
|
255
255
|
|
256
256
|
|
257
257
|
<ol class='man-decor man-foot man foot'>
|
258
|
-
<li class='tl'>Chef 11.8.2
|
259
|
-
<li class='tc'>
|
258
|
+
<li class='tl'>Chef 11.8.2</li>
|
259
|
+
<li class='tc'>December 2013</li>
|
260
260
|
<li class='tr'>knife-environment(1)</li>
|
261
261
|
</ol>
|
262
262
|
|
@@ -111,11 +111,11 @@ description of the commands available.</p>
|
|
111
111
|
|
112
112
|
<h2 id="AUTHOR">AUTHOR</h2>
|
113
113
|
|
114
|
-
<p> Chef was written by Adam Jacob <a href="&#
|
114
|
+
<p> Chef was written by Adam Jacob <a href="mailto:adam@opscode.com" data-bare-link="true">adam@opscode.com</a> with many contributions from the community.</p>
|
115
115
|
|
116
116
|
<h2 id="DOCUMENTATION">DOCUMENTATION</h2>
|
117
117
|
|
118
|
-
<p> This manual page was written by Joshua Timberman <a href="&#
|
118
|
+
<p> This manual page was written by Joshua Timberman <a href="mailto:joshua@opscode.com" data-bare-link="true">joshua@opscode.com</a>.
|
119
119
|
Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.</p>
|
120
120
|
|
121
121
|
<h2 id="CHEF">CHEF</h2>
|
@@ -124,8 +124,8 @@ description of the commands available.</p>
|
|
124
124
|
|
125
125
|
|
126
126
|
<ol class='man-decor man-foot man foot'>
|
127
|
-
<li class='tl'>Chef 11.8.2
|
128
|
-
<li class='tc'>
|
127
|
+
<li class='tl'>Chef 11.8.2</li>
|
128
|
+
<li class='tc'>December 2013</li>
|
129
129
|
<li class='tr'>knife-exec(1)</li>
|
130
130
|
</ol>
|
131
131
|
|
@@ -102,11 +102,11 @@ time for all objects to be indexed and available for search.</p>
|
|
102
102
|
|
103
103
|
<h2 id="AUTHOR">AUTHOR</h2>
|
104
104
|
|
105
|
-
<p> Chef was written by Adam Jacob <a href="&#
|
105
|
+
<p> Chef was written by Adam Jacob <a href="mailto:adam@opscode.com" data-bare-link="true">adam@opscode.com</a> with many contributions from the community.</p>
|
106
106
|
|
107
107
|
<h2 id="DOCUMENTATION">DOCUMENTATION</h2>
|
108
108
|
|
109
|
-
<p> This manual page was written by Joshua Timberman <a href="&#
|
109
|
+
<p> This manual page was written by Joshua Timberman <a href="mailto:joshua@opscode.com" data-bare-link="true">joshua@opscode.com</a>.
|
110
110
|
Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.</p>
|
111
111
|
|
112
112
|
<h2 id="CHEF">CHEF</h2>
|
@@ -115,8 +115,8 @@ time for all objects to be indexed and available for search.</p>
|
|
115
115
|
|
116
116
|
|
117
117
|
<ol class='man-decor man-foot man foot'>
|
118
|
-
<li class='tl'>Chef 11.8.2
|
119
|
-
<li class='tc'>
|
118
|
+
<li class='tl'>Chef 11.8.2</li>
|
119
|
+
<li class='tc'>December 2013</li>
|
120
120
|
<li class='tr'>knife-index(1)</li>
|
121
121
|
</ol>
|
122
122
|
|
@@ -227,11 +227,11 @@ run list, the correct syntax is "role[ROLE_NAME]"</p>
|
|
227
227
|
|
228
228
|
<h2 id="AUTHOR">AUTHOR</h2>
|
229
229
|
|
230
|
-
<p> Chef was written by Adam Jacob <a href="&#
|
230
|
+
<p> Chef was written by Adam Jacob <a href="mailto:adam@opscode.com" data-bare-link="true">adam@opscode.com</a> with many contributions from the community.</p>
|
231
231
|
|
232
232
|
<h2 id="DOCUMENTATION">DOCUMENTATION</h2>
|
233
233
|
|
234
|
-
<p> This manual page was written by Joshua Timberman <a href="&#
|
234
|
+
<p> This manual page was written by Joshua Timberman <a href="mailto:joshua@opscode.com" data-bare-link="true">joshua@opscode.com</a>.
|
235
235
|
Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.</p>
|
236
236
|
|
237
237
|
<h2 id="CHEF">CHEF</h2>
|
@@ -240,8 +240,8 @@ run list, the correct syntax is "role[ROLE_NAME]"</p>
|
|
240
240
|
|
241
241
|
|
242
242
|
<ol class='man-decor man-foot man foot'>
|
243
|
-
<li class='tl'>Chef 11.8.2
|
244
|
-
<li class='tc'>
|
243
|
+
<li class='tl'>Chef 11.8.2</li>
|
244
|
+
<li class='tc'>December 2013</li>
|
245
245
|
<li class='tr'>knife-node(1)</li>
|
246
246
|
</ol>
|
247
247
|
|
@@ -177,11 +177,11 @@ run_list.</p>
|
|
177
177
|
|
178
178
|
<h2 id="AUTHOR">AUTHOR</h2>
|
179
179
|
|
180
|
-
<p> Chef was written by Adam Jacob <a href="ma&#
|
180
|
+
<p> Chef was written by Adam Jacob <a href="mailto:adam@opscode.com" data-bare-link="true">adam@opscode.com</a> with many contributions from the community.</p>
|
181
181
|
|
182
182
|
<h2 id="DOCUMENTATION">DOCUMENTATION</h2>
|
183
183
|
|
184
|
-
<p> This manual page was written by Joshua Timberman <a href="m&#
|
184
|
+
<p> This manual page was written by Joshua Timberman <a href="mailto:joshua@opscode.com" data-bare-link="true">joshua@opscode.com</a>.
|
185
185
|
Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.</p>
|
186
186
|
|
187
187
|
<h2 id="CHEF">CHEF</h2>
|
@@ -190,8 +190,8 @@ run_list.</p>
|
|
190
190
|
|
191
191
|
|
192
192
|
<ol class='man-decor man-foot man foot'>
|
193
|
-
<li class='tl'>Chef 11.8.2
|
194
|
-
<li class='tc'>
|
193
|
+
<li class='tl'>Chef 11.8.2</li>
|
194
|
+
<li class='tc'>December 2013</li>
|
195
195
|
<li class='tr'>knife-role(1)</li>
|
196
196
|
</ol>
|
197
197
|
|
@@ -265,11 +265,11 @@ www.example.com:</p>
|
|
265
265
|
|
266
266
|
<h2 id="AUTHOR">AUTHOR</h2>
|
267
267
|
|
268
|
-
<p> Chef was written by Adam Jacob <a href="ma&#
|
268
|
+
<p> Chef was written by Adam Jacob <a href="mailto:adam@opscode.com" data-bare-link="true">adam@opscode.com</a> with many contributions from the community.</p>
|
269
269
|
|
270
270
|
<h2 id="DOCUMENTATION">DOCUMENTATION</h2>
|
271
271
|
|
272
|
-
<p> This manual page was written by Joshua Timberman <a href="m&#
|
272
|
+
<p> This manual page was written by Joshua Timberman <a href="mailto:joshua@opscode.com" data-bare-link="true">joshua@opscode.com</a>.
|
273
273
|
Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.</p>
|
274
274
|
|
275
275
|
<h2 id="CHEF">CHEF</h2>
|
@@ -278,8 +278,8 @@ www.example.com:</p>
|
|
278
278
|
|
279
279
|
|
280
280
|
<ol class='man-decor man-foot man foot'>
|
281
|
-
<li class='tl'>Chef 11.8.2
|
282
|
-
<li class='tc'>
|
281
|
+
<li class='tl'>Chef 11.8.2</li>
|
282
|
+
<li class='tc'>December 2013</li>
|
283
283
|
<li class='tr'>knife-search(1)</li>
|
284
284
|
</ol>
|
285
285
|
|
@@ -133,11 +133,11 @@ option.</dd>
|
|
133
133
|
|
134
134
|
<h2 id="AUTHOR">AUTHOR</h2>
|
135
135
|
|
136
|
-
<p> Chef was written by Adam Jacob <a href="ma&#
|
136
|
+
<p> Chef was written by Adam Jacob <a href="mailto:adam@opscode.com" data-bare-link="true">adam@opscode.com</a> with many contributions from the community.</p>
|
137
137
|
|
138
138
|
<h2 id="DOCUMENTATION">DOCUMENTATION</h2>
|
139
139
|
|
140
|
-
<p> This manual page was written by Joshua Timberman <a href="mai&#
|
140
|
+
<p> This manual page was written by Joshua Timberman <a href="mailto:joshua@opscode.com" data-bare-link="true">joshua@opscode.com</a>.
|
141
141
|
Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.</p>
|
142
142
|
|
143
143
|
<h2 id="CHEF">CHEF</h2>
|
@@ -146,8 +146,8 @@ option.</dd>
|
|
146
146
|
|
147
147
|
|
148
148
|
<ol class='man-decor man-foot man foot'>
|
149
|
-
<li class='tl'>Chef 11.8.2
|
150
|
-
<li class='tc'>
|
149
|
+
<li class='tl'>Chef 11.8.2</li>
|
150
|
+
<li class='tc'>December 2013</li>
|
151
151
|
<li class='tr'>knife-ssh(1)</li>
|
152
152
|
</ol>
|
153
153
|
|
@@ -105,11 +105,11 @@ may not be publicly reachable.</p>
|
|
105
105
|
|
106
106
|
<h2 id="AUTHOR">AUTHOR</h2>
|
107
107
|
|
108
|
-
<p> Chef was written by Adam Jacob <a href="&#
|
108
|
+
<p> Chef was written by Adam Jacob <a href="mailto:adam@opscode.com" data-bare-link="true">adam@opscode.com</a> with many contributions from the community.</p>
|
109
109
|
|
110
110
|
<h2 id="DOCUMENTATION">DOCUMENTATION</h2>
|
111
111
|
|
112
|
-
<p> This manual page was written by Joshua Timberman <a href="m&#
|
112
|
+
<p> This manual page was written by Joshua Timberman <a href="mailto:joshua@opscode.com" data-bare-link="true">joshua@opscode.com</a>.
|
113
113
|
Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.</p>
|
114
114
|
|
115
115
|
<h2 id="CHEF">CHEF</h2>
|
@@ -118,8 +118,8 @@ may not be publicly reachable.</p>
|
|
118
118
|
|
119
119
|
|
120
120
|
<ol class='man-decor man-foot man foot'>
|
121
|
-
<li class='tl'>Chef 11.8.2
|
122
|
-
<li class='tc'>
|
121
|
+
<li class='tl'>Chef 11.8.2</li>
|
122
|
+
<li class='tc'>December 2013</li>
|
123
123
|
<li class='tr'>knife-status(1)</li>
|
124
124
|
</ol>
|
125
125
|
|
@@ -114,11 +114,11 @@
|
|
114
114
|
|
115
115
|
<h2 id="AUTHOR">AUTHOR</h2>
|
116
116
|
|
117
|
-
<p> Chef was written by Adam Jacob <a href="&#
|
117
|
+
<p> Chef was written by Adam Jacob <a href="mailto:adam@opscode.com" data-bare-link="true">adam@opscode.com</a> with many contributions from the community.</p>
|
118
118
|
|
119
119
|
<h2 id="DOCUMENTATION">DOCUMENTATION</h2>
|
120
120
|
|
121
|
-
<p> This manual page was written by Daniel DeLeo <a href="m&#
|
121
|
+
<p> This manual page was written by Daniel DeLeo <a href="mailto:dan@opscode.com" data-bare-link="true">dan@opscode.com</a>.
|
122
122
|
Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.</p>
|
123
123
|
|
124
124
|
<h2 id="CHEF">CHEF</h2>
|
@@ -127,8 +127,8 @@
|
|
127
127
|
|
128
128
|
|
129
129
|
<ol class='man-decor man-foot man foot'>
|
130
|
-
<li class='tl'>Chef 11.8.2
|
131
|
-
<li class='tc'>
|
130
|
+
<li class='tl'>Chef 11.8.2</li>
|
131
|
+
<li class='tc'>December 2013</li>
|
132
132
|
<li class='tr'>knife-tag(1)</li>
|
133
133
|
</ol>
|
134
134
|
|
@@ -286,12 +286,12 @@ data editing entirely.</dd>
|
|
286
286
|
|
287
287
|
<h2 id="AUTHOR">AUTHOR</h2>
|
288
288
|
|
289
|
-
<p> Chef was written by Adam Jacob <a href="m&#
|
289
|
+
<p> Chef was written by Adam Jacob <a href="mailto:adam@opscode.com" data-bare-link="true">adam@opscode.com</a> of Opscode
|
290
290
|
(<a href="http://www.opscode.com" data-bare-link="true">http://www.opscode.com</a>), with contributions from the community.</p>
|
291
291
|
|
292
292
|
<h2 id="DOCUMENTATION">DOCUMENTATION</h2>
|
293
293
|
|
294
|
-
<p> This manual page was written by Joshua Timberman <a href="mailt&#
|
294
|
+
<p> This manual page was written by Joshua Timberman <a href="mailto:joshua@opscode.com" data-bare-link="true">joshua@opscode.com</a>.</p>
|
295
295
|
|
296
296
|
<h2 id="LICENSE">LICENSE</h2>
|
297
297
|
|
@@ -305,8 +305,8 @@ data editing entirely.</dd>
|
|
305
305
|
|
306
306
|
|
307
307
|
<ol class='man-decor man-foot man foot'>
|
308
|
-
<li class='tl'>Chef 11.8.2
|
309
|
-
<li class='tc'>
|
308
|
+
<li class='tl'>Chef 11.8.2</li>
|
309
|
+
<li class='tc'>December 2013</li>
|
310
310
|
<li class='tr'>knife(1)</li>
|
311
311
|
</ol>
|
312
312
|
|
data/lib/chef/version.rb
CHANGED
metadata
CHANGED
@@ -1,18 +1,20 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: chef
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 11.8.2
|
4
|
+
version: 11.8.2
|
5
|
+
prerelease:
|
5
6
|
platform: ruby
|
6
7
|
authors:
|
7
8
|
- Adam Jacob
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
|
-
date: 2013-
|
12
|
+
date: 2013-12-03 00:00:00.000000000 Z
|
12
13
|
dependencies:
|
13
14
|
- !ruby/object:Gem::Dependency
|
14
15
|
name: mixlib-config
|
15
16
|
requirement: !ruby/object:Gem::Requirement
|
17
|
+
none: false
|
16
18
|
requirements:
|
17
19
|
- - ~>
|
18
20
|
- !ruby/object:Gem::Version
|
@@ -20,6 +22,7 @@ dependencies:
|
|
20
22
|
type: :runtime
|
21
23
|
prerelease: false
|
22
24
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
23
26
|
requirements:
|
24
27
|
- - ~>
|
25
28
|
- !ruby/object:Gem::Version
|
@@ -27,6 +30,7 @@ dependencies:
|
|
27
30
|
- !ruby/object:Gem::Dependency
|
28
31
|
name: mixlib-cli
|
29
32
|
requirement: !ruby/object:Gem::Requirement
|
33
|
+
none: false
|
30
34
|
requirements:
|
31
35
|
- - ~>
|
32
36
|
- !ruby/object:Gem::Version
|
@@ -34,6 +38,7 @@ dependencies:
|
|
34
38
|
type: :runtime
|
35
39
|
prerelease: false
|
36
40
|
version_requirements: !ruby/object:Gem::Requirement
|
41
|
+
none: false
|
37
42
|
requirements:
|
38
43
|
- - ~>
|
39
44
|
- !ruby/object:Gem::Version
|
@@ -41,6 +46,7 @@ dependencies:
|
|
41
46
|
- !ruby/object:Gem::Dependency
|
42
47
|
name: mixlib-log
|
43
48
|
requirement: !ruby/object:Gem::Requirement
|
49
|
+
none: false
|
44
50
|
requirements:
|
45
51
|
- - ~>
|
46
52
|
- !ruby/object:Gem::Version
|
@@ -48,6 +54,7 @@ dependencies:
|
|
48
54
|
type: :runtime
|
49
55
|
prerelease: false
|
50
56
|
version_requirements: !ruby/object:Gem::Requirement
|
57
|
+
none: false
|
51
58
|
requirements:
|
52
59
|
- - ~>
|
53
60
|
- !ruby/object:Gem::Version
|
@@ -55,6 +62,7 @@ dependencies:
|
|
55
62
|
- !ruby/object:Gem::Dependency
|
56
63
|
name: mixlib-authentication
|
57
64
|
requirement: !ruby/object:Gem::Requirement
|
65
|
+
none: false
|
58
66
|
requirements:
|
59
67
|
- - ~>
|
60
68
|
- !ruby/object:Gem::Version
|
@@ -62,6 +70,7 @@ dependencies:
|
|
62
70
|
type: :runtime
|
63
71
|
prerelease: false
|
64
72
|
version_requirements: !ruby/object:Gem::Requirement
|
73
|
+
none: false
|
65
74
|
requirements:
|
66
75
|
- - ~>
|
67
76
|
- !ruby/object:Gem::Version
|
@@ -69,6 +78,7 @@ dependencies:
|
|
69
78
|
- !ruby/object:Gem::Dependency
|
70
79
|
name: mixlib-shellout
|
71
80
|
requirement: !ruby/object:Gem::Requirement
|
81
|
+
none: false
|
72
82
|
requirements:
|
73
83
|
- - ~>
|
74
84
|
- !ruby/object:Gem::Version
|
@@ -76,6 +86,7 @@ dependencies:
|
|
76
86
|
type: :runtime
|
77
87
|
prerelease: false
|
78
88
|
version_requirements: !ruby/object:Gem::Requirement
|
89
|
+
none: false
|
79
90
|
requirements:
|
80
91
|
- - ~>
|
81
92
|
- !ruby/object:Gem::Version
|
@@ -83,6 +94,7 @@ dependencies:
|
|
83
94
|
- !ruby/object:Gem::Dependency
|
84
95
|
name: ohai
|
85
96
|
requirement: !ruby/object:Gem::Requirement
|
97
|
+
none: false
|
86
98
|
requirements:
|
87
99
|
- - ~>
|
88
100
|
- !ruby/object:Gem::Version
|
@@ -90,6 +102,7 @@ dependencies:
|
|
90
102
|
type: :runtime
|
91
103
|
prerelease: false
|
92
104
|
version_requirements: !ruby/object:Gem::Requirement
|
105
|
+
none: false
|
93
106
|
requirements:
|
94
107
|
- - ~>
|
95
108
|
- !ruby/object:Gem::Version
|
@@ -97,6 +110,7 @@ dependencies:
|
|
97
110
|
- !ruby/object:Gem::Dependency
|
98
111
|
name: rest-client
|
99
112
|
requirement: !ruby/object:Gem::Requirement
|
113
|
+
none: false
|
100
114
|
requirements:
|
101
115
|
- - ! '>='
|
102
116
|
- !ruby/object:Gem::Version
|
@@ -107,6 +121,7 @@ dependencies:
|
|
107
121
|
type: :runtime
|
108
122
|
prerelease: false
|
109
123
|
version_requirements: !ruby/object:Gem::Requirement
|
124
|
+
none: false
|
110
125
|
requirements:
|
111
126
|
- - ! '>='
|
112
127
|
- !ruby/object:Gem::Version
|
@@ -117,6 +132,7 @@ dependencies:
|
|
117
132
|
- !ruby/object:Gem::Dependency
|
118
133
|
name: mime-types
|
119
134
|
requirement: !ruby/object:Gem::Requirement
|
135
|
+
none: false
|
120
136
|
requirements:
|
121
137
|
- - ~>
|
122
138
|
- !ruby/object:Gem::Version
|
@@ -124,6 +140,7 @@ dependencies:
|
|
124
140
|
type: :runtime
|
125
141
|
prerelease: false
|
126
142
|
version_requirements: !ruby/object:Gem::Requirement
|
143
|
+
none: false
|
127
144
|
requirements:
|
128
145
|
- - ~>
|
129
146
|
- !ruby/object:Gem::Version
|
@@ -131,6 +148,7 @@ dependencies:
|
|
131
148
|
- !ruby/object:Gem::Dependency
|
132
149
|
name: json
|
133
150
|
requirement: !ruby/object:Gem::Requirement
|
151
|
+
none: false
|
134
152
|
requirements:
|
135
153
|
- - ! '>='
|
136
154
|
- !ruby/object:Gem::Version
|
@@ -141,6 +159,7 @@ dependencies:
|
|
141
159
|
type: :runtime
|
142
160
|
prerelease: false
|
143
161
|
version_requirements: !ruby/object:Gem::Requirement
|
162
|
+
none: false
|
144
163
|
requirements:
|
145
164
|
- - ! '>='
|
146
165
|
- !ruby/object:Gem::Version
|
@@ -151,6 +170,7 @@ dependencies:
|
|
151
170
|
- !ruby/object:Gem::Dependency
|
152
171
|
name: yajl-ruby
|
153
172
|
requirement: !ruby/object:Gem::Requirement
|
173
|
+
none: false
|
154
174
|
requirements:
|
155
175
|
- - ~>
|
156
176
|
- !ruby/object:Gem::Version
|
@@ -158,6 +178,7 @@ dependencies:
|
|
158
178
|
type: :runtime
|
159
179
|
prerelease: false
|
160
180
|
version_requirements: !ruby/object:Gem::Requirement
|
181
|
+
none: false
|
161
182
|
requirements:
|
162
183
|
- - ~>
|
163
184
|
- !ruby/object:Gem::Version
|
@@ -165,6 +186,7 @@ dependencies:
|
|
165
186
|
- !ruby/object:Gem::Dependency
|
166
187
|
name: net-ssh
|
167
188
|
requirement: !ruby/object:Gem::Requirement
|
189
|
+
none: false
|
168
190
|
requirements:
|
169
191
|
- - ~>
|
170
192
|
- !ruby/object:Gem::Version
|
@@ -172,6 +194,7 @@ dependencies:
|
|
172
194
|
type: :runtime
|
173
195
|
prerelease: false
|
174
196
|
version_requirements: !ruby/object:Gem::Requirement
|
197
|
+
none: false
|
175
198
|
requirements:
|
176
199
|
- - ~>
|
177
200
|
- !ruby/object:Gem::Version
|
@@ -179,6 +202,7 @@ dependencies:
|
|
179
202
|
- !ruby/object:Gem::Dependency
|
180
203
|
name: net-ssh-multi
|
181
204
|
requirement: !ruby/object:Gem::Requirement
|
205
|
+
none: false
|
182
206
|
requirements:
|
183
207
|
- - ~>
|
184
208
|
- !ruby/object:Gem::Version
|
@@ -186,6 +210,7 @@ dependencies:
|
|
186
210
|
type: :runtime
|
187
211
|
prerelease: false
|
188
212
|
version_requirements: !ruby/object:Gem::Requirement
|
213
|
+
none: false
|
189
214
|
requirements:
|
190
215
|
- - ~>
|
191
216
|
- !ruby/object:Gem::Version
|
@@ -193,6 +218,7 @@ dependencies:
|
|
193
218
|
- !ruby/object:Gem::Dependency
|
194
219
|
name: highline
|
195
220
|
requirement: !ruby/object:Gem::Requirement
|
221
|
+
none: false
|
196
222
|
requirements:
|
197
223
|
- - ~>
|
198
224
|
- !ruby/object:Gem::Version
|
@@ -203,6 +229,7 @@ dependencies:
|
|
203
229
|
type: :runtime
|
204
230
|
prerelease: false
|
205
231
|
version_requirements: !ruby/object:Gem::Requirement
|
232
|
+
none: false
|
206
233
|
requirements:
|
207
234
|
- - ~>
|
208
235
|
- !ruby/object:Gem::Version
|
@@ -213,6 +240,7 @@ dependencies:
|
|
213
240
|
- !ruby/object:Gem::Dependency
|
214
241
|
name: erubis
|
215
242
|
requirement: !ruby/object:Gem::Requirement
|
243
|
+
none: false
|
216
244
|
requirements:
|
217
245
|
- - ~>
|
218
246
|
- !ruby/object:Gem::Version
|
@@ -220,6 +248,7 @@ dependencies:
|
|
220
248
|
type: :runtime
|
221
249
|
prerelease: false
|
222
250
|
version_requirements: !ruby/object:Gem::Requirement
|
251
|
+
none: false
|
223
252
|
requirements:
|
224
253
|
- - ~>
|
225
254
|
- !ruby/object:Gem::Version
|
@@ -227,6 +256,7 @@ dependencies:
|
|
227
256
|
- !ruby/object:Gem::Dependency
|
228
257
|
name: diff-lcs
|
229
258
|
requirement: !ruby/object:Gem::Requirement
|
259
|
+
none: false
|
230
260
|
requirements:
|
231
261
|
- - ~>
|
232
262
|
- !ruby/object:Gem::Version
|
@@ -237,6 +267,7 @@ dependencies:
|
|
237
267
|
type: :runtime
|
238
268
|
prerelease: false
|
239
269
|
version_requirements: !ruby/object:Gem::Requirement
|
270
|
+
none: false
|
240
271
|
requirements:
|
241
272
|
- - ~>
|
242
273
|
- !ruby/object:Gem::Version
|
@@ -247,6 +278,7 @@ dependencies:
|
|
247
278
|
- !ruby/object:Gem::Dependency
|
248
279
|
name: chef-zero
|
249
280
|
requirement: !ruby/object:Gem::Requirement
|
281
|
+
none: false
|
250
282
|
requirements:
|
251
283
|
- - ~>
|
252
284
|
- !ruby/object:Gem::Version
|
@@ -257,6 +289,7 @@ dependencies:
|
|
257
289
|
type: :runtime
|
258
290
|
prerelease: false
|
259
291
|
version_requirements: !ruby/object:Gem::Requirement
|
292
|
+
none: false
|
260
293
|
requirements:
|
261
294
|
- - ~>
|
262
295
|
- !ruby/object:Gem::Version
|
@@ -267,6 +300,7 @@ dependencies:
|
|
267
300
|
- !ruby/object:Gem::Dependency
|
268
301
|
name: puma
|
269
302
|
requirement: !ruby/object:Gem::Requirement
|
303
|
+
none: false
|
270
304
|
requirements:
|
271
305
|
- - ~>
|
272
306
|
- !ruby/object:Gem::Version
|
@@ -274,6 +308,7 @@ dependencies:
|
|
274
308
|
type: :runtime
|
275
309
|
prerelease: false
|
276
310
|
version_requirements: !ruby/object:Gem::Requirement
|
311
|
+
none: false
|
277
312
|
requirements:
|
278
313
|
- - ~>
|
279
314
|
- !ruby/object:Gem::Version
|
@@ -281,6 +316,7 @@ dependencies:
|
|
281
316
|
- !ruby/object:Gem::Dependency
|
282
317
|
name: pry
|
283
318
|
requirement: !ruby/object:Gem::Requirement
|
319
|
+
none: false
|
284
320
|
requirements:
|
285
321
|
- - ~>
|
286
322
|
- !ruby/object:Gem::Version
|
@@ -288,6 +324,7 @@ dependencies:
|
|
288
324
|
type: :runtime
|
289
325
|
prerelease: false
|
290
326
|
version_requirements: !ruby/object:Gem::Requirement
|
327
|
+
none: false
|
291
328
|
requirements:
|
292
329
|
- - ~>
|
293
330
|
- !ruby/object:Gem::Version
|
@@ -295,6 +332,7 @@ dependencies:
|
|
295
332
|
- !ruby/object:Gem::Dependency
|
296
333
|
name: rdoc
|
297
334
|
requirement: !ruby/object:Gem::Requirement
|
335
|
+
none: false
|
298
336
|
requirements:
|
299
337
|
- - ! '>='
|
300
338
|
- !ruby/object:Gem::Version
|
@@ -302,6 +340,7 @@ dependencies:
|
|
302
340
|
type: :development
|
303
341
|
prerelease: false
|
304
342
|
version_requirements: !ruby/object:Gem::Requirement
|
343
|
+
none: false
|
305
344
|
requirements:
|
306
345
|
- - ! '>='
|
307
346
|
- !ruby/object:Gem::Version
|
@@ -309,6 +348,7 @@ dependencies:
|
|
309
348
|
- !ruby/object:Gem::Dependency
|
310
349
|
name: sdoc
|
311
350
|
requirement: !ruby/object:Gem::Requirement
|
351
|
+
none: false
|
312
352
|
requirements:
|
313
353
|
- - ! '>='
|
314
354
|
- !ruby/object:Gem::Version
|
@@ -316,6 +356,7 @@ dependencies:
|
|
316
356
|
type: :development
|
317
357
|
prerelease: false
|
318
358
|
version_requirements: !ruby/object:Gem::Requirement
|
359
|
+
none: false
|
319
360
|
requirements:
|
320
361
|
- - ! '>='
|
321
362
|
- !ruby/object:Gem::Version
|
@@ -323,6 +364,7 @@ dependencies:
|
|
323
364
|
- !ruby/object:Gem::Dependency
|
324
365
|
name: rake
|
325
366
|
requirement: !ruby/object:Gem::Requirement
|
367
|
+
none: false
|
326
368
|
requirements:
|
327
369
|
- - ! '>='
|
328
370
|
- !ruby/object:Gem::Version
|
@@ -330,6 +372,7 @@ dependencies:
|
|
330
372
|
type: :development
|
331
373
|
prerelease: false
|
332
374
|
version_requirements: !ruby/object:Gem::Requirement
|
375
|
+
none: false
|
333
376
|
requirements:
|
334
377
|
- - ! '>='
|
335
378
|
- !ruby/object:Gem::Version
|
@@ -337,6 +380,7 @@ dependencies:
|
|
337
380
|
- !ruby/object:Gem::Dependency
|
338
381
|
name: rack
|
339
382
|
requirement: !ruby/object:Gem::Requirement
|
383
|
+
none: false
|
340
384
|
requirements:
|
341
385
|
- - ! '>='
|
342
386
|
- !ruby/object:Gem::Version
|
@@ -344,6 +388,7 @@ dependencies:
|
|
344
388
|
type: :development
|
345
389
|
prerelease: false
|
346
390
|
version_requirements: !ruby/object:Gem::Requirement
|
391
|
+
none: false
|
347
392
|
requirements:
|
348
393
|
- - ! '>='
|
349
394
|
- !ruby/object:Gem::Version
|
@@ -351,6 +396,7 @@ dependencies:
|
|
351
396
|
- !ruby/object:Gem::Dependency
|
352
397
|
name: rspec_junit_formatter
|
353
398
|
requirement: !ruby/object:Gem::Requirement
|
399
|
+
none: false
|
354
400
|
requirements:
|
355
401
|
- - ! '>='
|
356
402
|
- !ruby/object:Gem::Version
|
@@ -358,6 +404,7 @@ dependencies:
|
|
358
404
|
type: :development
|
359
405
|
prerelease: false
|
360
406
|
version_requirements: !ruby/object:Gem::Requirement
|
407
|
+
none: false
|
361
408
|
requirements:
|
362
409
|
- - ! '>='
|
363
410
|
- !ruby/object:Gem::Version
|
@@ -365,6 +412,7 @@ dependencies:
|
|
365
412
|
- !ruby/object:Gem::Dependency
|
366
413
|
name: rspec-core
|
367
414
|
requirement: !ruby/object:Gem::Requirement
|
415
|
+
none: false
|
368
416
|
requirements:
|
369
417
|
- - ~>
|
370
418
|
- !ruby/object:Gem::Version
|
@@ -372,6 +420,7 @@ dependencies:
|
|
372
420
|
type: :development
|
373
421
|
prerelease: false
|
374
422
|
version_requirements: !ruby/object:Gem::Requirement
|
423
|
+
none: false
|
375
424
|
requirements:
|
376
425
|
- - ~>
|
377
426
|
- !ruby/object:Gem::Version
|
@@ -379,6 +428,7 @@ dependencies:
|
|
379
428
|
- !ruby/object:Gem::Dependency
|
380
429
|
name: rspec-expectations
|
381
430
|
requirement: !ruby/object:Gem::Requirement
|
431
|
+
none: false
|
382
432
|
requirements:
|
383
433
|
- - ~>
|
384
434
|
- !ruby/object:Gem::Version
|
@@ -386,6 +436,7 @@ dependencies:
|
|
386
436
|
type: :development
|
387
437
|
prerelease: false
|
388
438
|
version_requirements: !ruby/object:Gem::Requirement
|
439
|
+
none: false
|
389
440
|
requirements:
|
390
441
|
- - ~>
|
391
442
|
- !ruby/object:Gem::Version
|
@@ -393,6 +444,7 @@ dependencies:
|
|
393
444
|
- !ruby/object:Gem::Dependency
|
394
445
|
name: rspec-mocks
|
395
446
|
requirement: !ruby/object:Gem::Requirement
|
447
|
+
none: false
|
396
448
|
requirements:
|
397
449
|
- - ~>
|
398
450
|
- !ruby/object:Gem::Version
|
@@ -400,6 +452,7 @@ dependencies:
|
|
400
452
|
type: :development
|
401
453
|
prerelease: false
|
402
454
|
version_requirements: !ruby/object:Gem::Requirement
|
455
|
+
none: false
|
403
456
|
requirements:
|
404
457
|
- - ~>
|
405
458
|
- !ruby/object:Gem::Version
|
@@ -1754,26 +1807,27 @@ files:
|
|
1754
1807
|
- bin/chef-service-manager
|
1755
1808
|
homepage: http://wiki.opscode.com/display/chef
|
1756
1809
|
licenses: []
|
1757
|
-
metadata: {}
|
1758
1810
|
post_install_message:
|
1759
1811
|
rdoc_options: []
|
1760
1812
|
require_paths:
|
1761
1813
|
- lib
|
1762
1814
|
required_ruby_version: !ruby/object:Gem::Requirement
|
1815
|
+
none: false
|
1763
1816
|
requirements:
|
1764
1817
|
- - ! '>='
|
1765
1818
|
- !ruby/object:Gem::Version
|
1766
1819
|
version: '0'
|
1767
1820
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1821
|
+
none: false
|
1768
1822
|
requirements:
|
1769
|
-
- - ! '
|
1823
|
+
- - ! '>='
|
1770
1824
|
- !ruby/object:Gem::Version
|
1771
|
-
version:
|
1825
|
+
version: '0'
|
1772
1826
|
requirements: []
|
1773
1827
|
rubyforge_project:
|
1774
|
-
rubygems_version:
|
1828
|
+
rubygems_version: 1.8.23
|
1775
1829
|
signing_key:
|
1776
|
-
specification_version:
|
1830
|
+
specification_version: 3
|
1777
1831
|
summary: A systems integration framework, built to bring the benefits of configuration
|
1778
1832
|
management to your entire infrastructure.
|
1779
1833
|
test_files: []
|
checksums.yaml
DELETED
@@ -1,15 +0,0 @@
|
|
1
|
-
---
|
2
|
-
!binary "U0hBMQ==":
|
3
|
-
metadata.gz: !binary |-
|
4
|
-
MjM0ZTUyY2E1NmJjMDYzZTAxYTJlNWMzMTMwZTQ3MTljZjc1NzZmNA==
|
5
|
-
data.tar.gz: !binary |-
|
6
|
-
MzhlMzUyYjQ5OTYzYzRiY2NmMGUxYzNmMjUyYWE5ODMzMjBkZTVmNg==
|
7
|
-
!binary "U0hBNTEy":
|
8
|
-
metadata.gz: !binary |-
|
9
|
-
YTAxMjM4OGY2OGI0ZTI1NjQwZGVhNzhkOTc1NzI0OWMyYTZkODJhYTZlZmU4
|
10
|
-
ZjcyM2Y1MzRjNjg2NzRlNjhlYTA1MDc5MjFkMzVkMTkxZTNhMGM5MDVkMDcw
|
11
|
-
NGNhMTFmYjk5ZTEwZTc2NDg4MjBkOGYzODJhNjVlODlkMzExMjY=
|
12
|
-
data.tar.gz: !binary |-
|
13
|
-
YmI1N2UyYThhMDI0NzJlZGVjMmE4NDU0YjExMzJiMDExMzBmNDcyMDgxYTY1
|
14
|
-
MDI2MzNiMTJkNmYyMDQ5NzQzYWQyNzQ1MjMxMmYzYzg4ZDdjZmEyYTY3ZTU5
|
15
|
-
Yjk5MzQ5NmU1MTM1MDk5OTkwNGNlMzg0ZjMyYTdkNDdlOGFkZTg=
|