chef 0.10.0 → 0.10.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -120,9 +120,9 @@ wiki, http://wiki.opscode.com/display/chef/Home.</p>
|
|
120
120
|
|
121
121
|
<h2 id="AUTHOR">AUTHOR</h2>
|
122
122
|
|
123
|
-
<p>Chef was written by Adam Jacob <a href="mailt&#
|
123
|
+
<p>Chef was written by Adam Jacob <a href="mailto:adam@ospcode.com" data-bare-link="true">adam@ospcode.com</a> of Opscode
|
124
124
|
(http://www.opscode.com), with contributions from the community. This
|
125
|
-
manual page was written by Joshua Timberman <a href="&#
|
125
|
+
manual page was written by Joshua Timberman <a href="mailto:joshua@opscode.com" data-bare-link="true">joshua@opscode.com</a> with
|
126
126
|
help2man. Permission is granted to copy, distribute and / or modify
|
127
127
|
this document under the terms of the Apache 2.0 License.</p>
|
128
128
|
|
@@ -131,8 +131,8 @@ found in /usr/share/common-licenses/Apache-2.0.</p>
|
|
131
131
|
|
132
132
|
|
133
133
|
<ol class='man-decor man-foot man foot'>
|
134
|
-
<li class='tl'>Chef 0.10.
|
135
|
-
<li class='tc'>
|
134
|
+
<li class='tl'>Chef 0.10.2</li>
|
135
|
+
<li class='tc'>June 2011</li>
|
136
136
|
<li class='tr'>chef-client(8)</li>
|
137
137
|
</ol>
|
138
138
|
|
@@ -247,11 +247,11 @@ run list, the correct syntax is "role[ROLE_NAME]"</p>
|
|
247
247
|
|
248
248
|
<h2 id="AUTHOR">AUTHOR</h2>
|
249
249
|
|
250
|
-
<p> Chef was written by Adam Jacob <a href="mail&#
|
250
|
+
<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>
|
251
251
|
|
252
252
|
<h2 id="DOCUMENTATION">DOCUMENTATION</h2>
|
253
253
|
|
254
|
-
<p> This manual page was written by Joshua Timberman <a href="&#
|
254
|
+
<p> This manual page was written by Joshua Timberman <a href="mailto:joshua@opscode.com" data-bare-link="true">joshua@opscode.com</a>.
|
255
255
|
Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.</p>
|
256
256
|
|
257
257
|
<h2 id="CHEF">CHEF</h2>
|
@@ -260,8 +260,8 @@ run list, the correct syntax is "role[ROLE_NAME]"</p>
|
|
260
260
|
|
261
261
|
|
262
262
|
<ol class='man-decor man-foot man foot'>
|
263
|
-
<li class='tl'>Chef 0.10.
|
264
|
-
<li class='tc'>
|
263
|
+
<li class='tl'>Chef 0.10.2</li>
|
264
|
+
<li class='tc'>June 2011</li>
|
265
265
|
<li class='tr'>knife-node(1)</li>
|
266
266
|
</ol>
|
267
267
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
.\" generated with Ronn/v0.7.3
|
2
2
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
3
3
|
.
|
4
|
-
.TH "KNIFE\-NODE" "1" "
|
4
|
+
.TH "KNIFE\-NODE" "1" "June 2011" "Chef 0.10.2" "Chef Manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBknife\-node\fR \- Manage the hosts in your infrastructure
|
data/lib/chef/version.rb
CHANGED
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: chef
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.10.
|
5
|
+
version: 0.10.2
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Adam Jacob
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-
|
13
|
+
date: 2011-06-29 00:00:00 -07:00
|
14
14
|
default_executable:
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|