chef 0.10.0.qs.1 → 0.10.0.rc.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (85) hide show
  1. data/distro/common/html/chef-client.8.html +1 -1
  2. data/distro/common/html/{chef-expander.8.html → chef-expander-cluster.8.html} +11 -11
  3. data/distro/common/html/chef-expanderctl.8.html +1 -1
  4. data/distro/common/html/chef-server-webui.8.html +1 -1
  5. data/distro/common/html/chef-server.8.html +1 -1
  6. data/distro/common/html/chef-solo.8.html +1 -1
  7. data/distro/common/html/chef-solr.8.html +1 -1
  8. data/distro/common/html/knife-bootstrap.1.html +1 -1
  9. data/distro/common/html/knife-client.1.html +1 -1
  10. data/distro/common/html/knife-configure.1.html +1 -1
  11. data/distro/common/html/knife-cookbook-site.1.html +1 -1
  12. data/distro/common/html/knife-cookbook.1.html +1 -1
  13. data/distro/common/html/knife-data-bag.1.html +1 -1
  14. data/distro/common/html/knife-environment.1.html +1 -1
  15. data/distro/common/html/knife-exec.1.html +1 -1
  16. data/distro/common/html/knife-index.1.html +1 -1
  17. data/distro/common/html/knife-node.1.html +1 -1
  18. data/distro/common/html/knife-recipe.1.html +1 -1
  19. data/distro/common/html/knife-role.1.html +1 -1
  20. data/distro/common/html/knife-search.1.html +1 -1
  21. data/distro/common/html/knife-ssh.1.html +1 -1
  22. data/distro/common/html/knife-status.1.html +1 -1
  23. data/distro/common/html/knife-tag.1.html +1 -1
  24. data/distro/common/html/knife.1.html +1 -1
  25. data/distro/common/html/shef.1.html +1 -1
  26. data/distro/common/man/man1/knife-bootstrap.1 +1 -1
  27. data/distro/common/man/man1/knife-client.1 +1 -1
  28. data/distro/common/man/man1/knife-configure.1 +1 -1
  29. data/distro/common/man/man1/knife-cookbook-site.1 +1 -1
  30. data/distro/common/man/man1/knife-cookbook.1 +1 -1
  31. data/distro/common/man/man1/knife-data-bag.1 +1 -1
  32. data/distro/common/man/man1/knife-environment.1 +1 -1
  33. data/distro/common/man/man1/knife-exec.1 +1 -1
  34. data/distro/common/man/man1/knife-index.1 +1 -1
  35. data/distro/common/man/man1/knife-node.1 +1 -1
  36. data/distro/common/man/man1/knife-role.1 +1 -1
  37. data/distro/common/man/man1/knife-search.1 +1 -1
  38. data/distro/common/man/man1/knife-ssh.1 +1 -1
  39. data/distro/common/man/man1/knife-status.1 +1 -1
  40. data/distro/common/man/man1/knife-tag.1 +1 -1
  41. data/distro/common/man/man1/knife.1 +1 -1
  42. data/distro/common/man/man1/shef.1 +1 -1
  43. data/distro/common/man/man8/chef-client.8 +1 -1
  44. data/distro/common/man/man8/{chef-expander.8 → chef-expander-cluster.8} +5 -5
  45. data/distro/common/man/man8/chef-expanderctl.8 +1 -1
  46. data/distro/common/man/man8/chef-server-webui.8 +1 -1
  47. data/distro/common/man/man8/chef-server.8 +1 -1
  48. data/distro/common/man/man8/chef-solo.8 +1 -1
  49. data/distro/common/man/man8/chef-solr.8 +1 -1
  50. data/distro/common/markdown/man8/{chef-expander.mkd → chef-expander-cluster.mkd} +4 -4
  51. data/distro/redhat/etc/init.d/chef-expander +1 -1
  52. data/distro/redhat/etc/init.d/chef-solr +1 -1
  53. data/lib/chef.rb +0 -1
  54. data/lib/chef/api_client.rb +0 -6
  55. data/lib/chef/application.rb +6 -5
  56. data/lib/chef/application/client.rb +0 -5
  57. data/lib/chef/cookbook_uploader.rb +1 -4
  58. data/lib/chef/cookbook_version.rb +15 -12
  59. data/lib/chef/data_bag_item.rb +3 -3
  60. data/lib/chef/handler/error_report.rb +9 -2
  61. data/lib/chef/knife.rb +0 -1
  62. data/lib/chef/knife/bootstrap.rb +35 -5
  63. data/lib/chef/knife/bootstrap/archlinux-gems.erb +1 -1
  64. data/lib/chef/knife/bootstrap/centos5-gems.erb +14 -6
  65. data/lib/chef/knife/bootstrap/fedora13-gems.erb +12 -4
  66. data/lib/chef/knife/bootstrap/ubuntu10.04-gems.erb +15 -4
  67. data/lib/chef/knife/cookbook_list.rb +1 -0
  68. data/lib/chef/knife/data_bag_create.rb +12 -14
  69. data/lib/chef/knife/data_bag_edit.rb +2 -2
  70. data/lib/chef/knife/data_bag_from_file.rb +2 -2
  71. data/lib/chef/knife/data_bag_show.rb +2 -2
  72. data/lib/chef/knife/search.rb +0 -3
  73. data/lib/chef/knife/ssh.rb +0 -2
  74. data/lib/chef/mixin/language.rb +0 -1
  75. data/lib/chef/provider/deploy.rb +1 -1
  76. data/lib/chef/provider/git.rb +3 -26
  77. data/lib/chef/provider/subversion.rb +1 -1
  78. data/lib/chef/recipe.rb +0 -1
  79. data/lib/chef/resource.rb +8 -9
  80. data/lib/chef/rest.rb +6 -10
  81. data/lib/chef/shell_out.rb +1 -1
  82. data/lib/chef/solr_query.rb +1 -1
  83. data/lib/chef/version.rb +1 -1
  84. metadata +5 -98
  85. data/lib/chef/knife/core/bootstrap_context.rb +0 -81
@@ -131,7 +131,7 @@ 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.0</li>
134
+ <li class='tl'>Chef 0.10.0.rc.0</li>
135
135
  <li class='tc'>April 2011</li>
136
136
  <li class='tr'>chef-client(8)</li>
137
137
  </ol>
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta http-equiv='content-type' value='text/html;charset=utf8'>
5
5
  <meta name='generator' value='Ronn/v0.7.3 (http://github.com/rtomayko/ronn/tree/0.7.3)'>
6
- <title>chef-expander(8) - fetches messages from RabbitMQ, processes, and loads into chef-solr</title>
6
+ <title>chef-expander-cluster(8) - fetches messages from RabbitMQ, processes, and loads into chef-solr</title>
7
7
  <style type='text/css' media='all'>
8
8
  /* style: man */
9
9
  body#manpage {margin:0}
@@ -67,19 +67,19 @@
67
67
  </div>
68
68
 
69
69
  <ol class='man-decor man-head man head'>
70
- <li class='tl'>chef-expander(8)</li>
70
+ <li class='tl'>chef-expander-cluster(8)</li>
71
71
  <li class='tc'>Chef Manual</li>
72
- <li class='tr'>chef-expander(8)</li>
72
+ <li class='tr'>chef-expander-cluster(8)</li>
73
73
  </ol>
74
74
 
75
75
  <h2 id="NAME">NAME</h2>
76
76
  <p class="man-name">
77
- <code>chef-expander</code> - <span class="man-whatis">fetches messages from RabbitMQ, processes, and loads into chef-solr</span>
77
+ <code>chef-expander-cluster</code> - <span class="man-whatis">fetches messages from RabbitMQ, processes, and loads into chef-solr</span>
78
78
  </p>
79
79
 
80
80
  <h2 id="SYNOPSIS">SYNOPSIS</h2>
81
81
 
82
- <p><strong>chef-expander</strong> <em>(options)</em></p>
82
+ <p><strong>chef-expander-cluster</strong> <em>(options)</em></p>
83
83
 
84
84
  <dl>
85
85
  <dt><code>-c</code>, <code>--config CONFIG_FILE</code></dt><dd>a configuration file to use</dd>
@@ -103,13 +103,13 @@ correct format to be loaded into Solr and loads them into Solr.</p>
103
103
 
104
104
  <p>Chef Expander is designed for clustered operation, though small
105
105
  installations will only need one worker process. To run Chef
106
- Expander with one worker process, run chef-expander -n 1.
106
+ Expander with one worker process, run chef-expander-cluster -n 1.
107
107
  You will then have a master and worker process, which looks like
108
108
  this in ps:</p>
109
109
 
110
110
  <pre><code>your-shell&gt; ps aux|grep expander
111
111
  you 52110 0.1 0.7 2515476 62748 s003 S+ 3:49PM 0:00.80 chef-expander worker #1 (vnodes 0-1023)
112
- you 52108 0.1 0.5 2492880 41696 s003 S+ 3:49PM 0:00.91 ruby bin/chef-expander -n 1
112
+ you 52108 0.1 0.5 2492880 41696 s003 S+ 3:49PM 0:00.91 ruby bin/chef-expander-cluster -n 1
113
113
  </code></pre>
114
114
 
115
115
  <p>Workers are single threaded and therefore cannot use more than 100%
@@ -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="&#109;&#97;&#105;&#x6c;&#116;&#x6f;&#x3a;&#97;&#100;&#97;&#109;&#x40;&#111;&#115;&#112;&#x63;&#111;&#x64;&#101;&#x2e;&#99;&#x6f;&#x6d;" data-bare-link="true">&#97;&#100;&#97;&#109;&#64;&#111;&#x73;&#112;&#99;&#x6f;&#100;&#x65;&#46;&#x63;&#x6f;&#109;</a> of Opscode
146
+ <p>Chef was written by Adam Jacob <a href="&#109;&#97;&#x69;&#x6c;&#x74;&#111;&#58;&#97;&#x64;&#97;&#109;&#64;&#111;&#x73;&#x70;&#99;&#111;&#x64;&#x65;&#46;&#x63;&#111;&#109;" data-bare-link="true">&#97;&#x64;&#97;&#x6d;&#x40;&#111;&#115;&#112;&#99;&#111;&#x64;&#x65;&#x2e;&#99;&#x6f;&#x6d;</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="&#109;&#x61;&#105;&#x6c;&#116;&#111;&#58;&#x6e;&#117;&#x6f;&#x40;&#x6f;&#x70;&#115;&#x63;&#111;&#100;&#x65;&#46;&#x63;&#x6f;&#x6d;" data-bare-link="true">&#x6e;&#x75;&#111;&#64;&#x6f;&#112;&#x73;&#99;&#111;&#x64;&#x65;&#46;&#x63;&#x6f;&#x6d;</a>. Permission is
148
+ manual page was created by Nuo Yan <a href="&#x6d;&#97;&#105;&#108;&#116;&#x6f;&#x3a;&#110;&#x75;&#111;&#64;&#x6f;&#x70;&#115;&#x63;&#x6f;&#100;&#x65;&#x2e;&#x63;&#111;&#x6d;" data-bare-link="true">&#110;&#117;&#x6f;&#x40;&#111;&#x70;&#x73;&#x63;&#111;&#x64;&#x65;&#46;&#x63;&#x6f;&#x6d;</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,9 +154,9 @@ 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 0.10.0</li>
157
+ <li class='tl'>Chef 0.10.0.rc.0</li>
158
158
  <li class='tc'>April 2011</li>
159
- <li class='tr'>chef-expander(8)</li>
159
+ <li class='tr'>chef-expander-cluster(8)</li>
160
160
  </ol>
161
161
 
162
162
  </div>
@@ -136,7 +136,7 @@ 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 0.10.0</li>
139
+ <li class='tl'>Chef 0.10.0.rc.0</li>
140
140
  <li class='tc'>April 2011</li>
141
141
  <li class='tr'>chef-expanderctl(8)</li>
142
142
  </ol>
@@ -175,7 +175,7 @@ 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 0.10.0</li>
178
+ <li class='tl'>Chef 0.10.0.rc.0</li>
179
179
  <li class='tc'>April 2011</li>
180
180
  <li class='tr'>chef-server-webui(8)</li>
181
181
  </ol>
@@ -172,7 +172,7 @@ 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 0.10.0</li>
175
+ <li class='tl'>Chef 0.10.0.rc.0</li>
176
176
  <li class='tc'>April 2011</li>
177
177
  <li class='tr'>chef-server(8)</li>
178
178
  </ol>
@@ -181,7 +181,7 @@ found in /usr/share/common-licenses/Apache-2.0.</p>
181
181
 
182
182
 
183
183
  <ol class='man-decor man-foot man foot'>
184
- <li class='tl'>Chef 0.10.0</li>
184
+ <li class='tl'>Chef 0.10.0.rc.0</li>
185
185
  <li class='tc'>April 2011</li>
186
186
  <li class='tr'>chef-solo(8)</li>
187
187
  </ol>
@@ -153,7 +153,7 @@ found in /usr/share/common-licenses/Apache-2.0.</p>
153
153
 
154
154
 
155
155
  <ol class='man-decor man-foot man foot'>
156
- <li class='tl'>Chef 0.10.0</li>
156
+ <li class='tl'>Chef 0.10.0.rc.0</li>
157
157
  <li class='tc'>April 2011</li>
158
158
  <li class='tr'>chef-solr(8)</li>
159
159
  </ol>
@@ -231,7 +231,7 @@ 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 0.10.0</li>
234
+ <li class='tl'>Chef 0.10.0.rc.0</li>
235
235
  <li class='tc'>April 2011</li>
236
236
  <li class='tr'>knife-bootrap(1)</li>
237
237
  </ol>
@@ -209,7 +209,7 @@ 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 0.10.0</li>
212
+ <li class='tl'>Chef 0.10.0.rc.0</li>
213
213
  <li class='tc'>April 2011</li>
214
214
  <li class='tr'>knife-client(1)</li>
215
215
  </ol>
@@ -160,7 +160,7 @@ 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 0.10.0</li>
163
+ <li class='tl'>Chef 0.10.0.rc.0</li>
164
164
  <li class='tc'>April 2011</li>
165
165
  <li class='tr'>knife-configure(1)</li>
166
166
  </ol>
@@ -229,7 +229,7 @@ configuration file.</p>
229
229
 
230
230
 
231
231
  <ol class='man-decor man-foot man foot'>
232
- <li class='tl'>Chef 0.10.0</li>
232
+ <li class='tl'>Chef 0.10.0.rc.0</li>
233
233
  <li class='tc'>April 2011</li>
234
234
  <li class='tr'>knife-cookbook-site(1)</li>
235
235
  </ol>
@@ -363,7 +363,7 @@ cookbook.</p>
363
363
 
364
364
 
365
365
  <ol class='man-decor man-foot man foot'>
366
- <li class='tl'>Chef 0.10.0</li>
366
+ <li class='tl'>Chef 0.10.0.rc.0</li>
367
367
  <li class='tc'>April 2011</li>
368
368
  <li class='tr'>knife-cookbook(1)</li>
369
369
  </ol>
@@ -224,7 +224,7 @@ encryption keys.</p>
224
224
 
225
225
 
226
226
  <ol class='man-decor man-foot man foot'>
227
- <li class='tl'>Chef 0.10.0</li>
227
+ <li class='tl'>Chef 0.10.0.rc.0</li>
228
228
  <li class='tc'>April 2011</li>
229
229
  <li class='tr'>knife-data-bag(1)</li>
230
230
  </ol>
@@ -257,7 +257,7 @@ override_attributes "aws_s3_bucket" =&gt; "production"
257
257
 
258
258
 
259
259
  <ol class='man-decor man-foot man foot'>
260
- <li class='tl'>Chef 0.10.0</li>
260
+ <li class='tl'>Chef 0.10.0.rc.0</li>
261
261
  <li class='tc'>April 2011</li>
262
262
  <li class='tr'>knife-environment(1)</li>
263
263
  </ol>
@@ -124,7 +124,7 @@ commands available.</p>
124
124
 
125
125
 
126
126
  <ol class='man-decor man-foot man foot'>
127
- <li class='tl'>Chef 0.10.0</li>
127
+ <li class='tl'>Chef 0.10.0.rc.0</li>
128
128
  <li class='tc'>April 2011</li>
129
129
  <li class='tr'>knife-exec(1)</li>
130
130
  </ol>
@@ -115,7 +115,7 @@ 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 0.10.0</li>
118
+ <li class='tl'>Chef 0.10.0.rc.0</li>
119
119
  <li class='tc'>April 2011</li>
120
120
  <li class='tr'>knife-index(1)</li>
121
121
  </ol>
@@ -260,7 +260,7 @@ 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.0</li>
263
+ <li class='tl'>Chef 0.10.0.rc.0</li>
264
264
  <li class='tc'>April 2011</li>
265
265
  <li class='tr'>knife-node(1)</li>
266
266
  </ol>
@@ -82,7 +82,7 @@
82
82
 
83
83
 
84
84
  <ol class='man-decor man-foot man foot'>
85
- <li class='tl'>Chef 0.10.0</li>
85
+ <li class='tl'>Chef 0.10.0.rc.0</li>
86
86
  <li class='tc'>April 2011</li>
87
87
  <li class='tr'>knife-recipe(1)</li>
88
88
  </ol>
@@ -190,7 +190,7 @@ run_list.</p>
190
190
 
191
191
 
192
192
  <ol class='man-decor man-foot man foot'>
193
- <li class='tl'>Chef 0.10.0</li>
193
+ <li class='tl'>Chef 0.10.0.rc.0</li>
194
194
  <li class='tc'>April 2011</li>
195
195
  <li class='tr'>knife-role(1)</li>
196
196
  </ol>
@@ -133,7 +133,7 @@ query syntax. The following data types are indexed for search:
133
133
 
134
134
 
135
135
  <ol class='man-decor man-foot man foot'>
136
- <li class='tl'>Chef 0.10.0</li>
136
+ <li class='tl'>Chef 0.10.0.rc.0</li>
137
137
  <li class='tc'>April 2011</li>
138
138
  <li class='tr'>knife-search(1)</li>
139
139
  </ol>
@@ -146,7 +146,7 @@ option.</dd>
146
146
 
147
147
 
148
148
  <ol class='man-decor man-foot man foot'>
149
- <li class='tl'>Chef 0.10.0</li>
149
+ <li class='tl'>Chef 0.10.0.rc.0</li>
150
150
  <li class='tc'>April 2011</li>
151
151
  <li class='tr'>knife-ssh(1)</li>
152
152
  </ol>
@@ -118,7 +118,7 @@ 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 0.10.0</li>
121
+ <li class='tl'>Chef 0.10.0.rc.0</li>
122
122
  <li class='tc'>April 2011</li>
123
123
  <li class='tr'>knife-status(1)</li>
124
124
  </ol>
@@ -127,7 +127,7 @@
127
127
 
128
128
 
129
129
  <ol class='man-decor man-foot man foot'>
130
- <li class='tl'>Chef 0.10.0</li>
130
+ <li class='tl'>Chef 0.10.0.rc.0</li>
131
131
  <li class='tc'>April 2011</li>
132
132
  <li class='tr'>knife-tag(1)</li>
133
133
  </ol>
@@ -285,7 +285,7 @@ data editing entirely.</dd>
285
285
 
286
286
 
287
287
  <ol class='man-decor man-foot man foot'>
288
- <li class='tl'>Chef 0.10.0</li>
288
+ <li class='tl'>Chef 0.10.0.rc.0</li>
289
289
  <li class='tc'>April 2011</li>
290
290
  <li class='tr'>knife(1)</li>
291
291
  </ol>
@@ -273,7 +273,7 @@ and may become out of sync with the behavior of those libraries.</p>
273
273
 
274
274
 
275
275
  <ol class='man-decor man-foot man foot'>
276
- <li class='tl'>Chef 0.10.0</li>
276
+ <li class='tl'>Chef 0.10.0.rc.0</li>
277
277
  <li class='tc'>April 2011</li>
278
278
  <li class='tr'>shef(1)</li>
279
279
  </ol>
@@ -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\-BOOTRAP" "1" "April 2011" "Chef 0.10.0" "Chef Manual"
4
+ .TH "KNIFE\-BOOTRAP" "1" "April 2011" "Chef 0.10.0.rc.0" "Chef Manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBknife\-bootrap\fR \- Install Chef Client on a remote host
@@ -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\-CLIENT" "1" "April 2011" "Chef 0.10.0" "Chef Manual"
4
+ .TH "KNIFE\-CLIENT" "1" "April 2011" "Chef 0.10.0.rc.0" "Chef Manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBknife\-client\fR \- Manage Chef API Clients
@@ -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\-CONFIGURE" "1" "April 2011" "Chef 0.10.0" "Chef Manual"
4
+ .TH "KNIFE\-CONFIGURE" "1" "April 2011" "Chef 0.10.0.rc.0" "Chef Manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBknife\-configure\fR \- Generate configuration files for knife or Chef Client
@@ -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\-COOKBOOK\-SITE" "1" "April 2011" "Chef 0.10.0" "Chef Manual"
4
+ .TH "KNIFE\-COOKBOOK\-SITE" "1" "April 2011" "Chef 0.10.0.rc.0" "Chef Manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBknife\-cookbook\-site\fR \- Install and update open source cookbooks
@@ -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\-COOKBOOK" "1" "April 2011" "Chef 0.10.0" "Chef Manual"
4
+ .TH "KNIFE\-COOKBOOK" "1" "April 2011" "Chef 0.10.0.rc.0" "Chef Manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBknife\-cookbook\fR \- upload and manage chef cookbooks
@@ -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\-DATA\-BAG" "1" "April 2011" "Chef 0.10.0" "Chef Manual"
4
+ .TH "KNIFE\-DATA\-BAG" "1" "April 2011" "Chef 0.10.0.rc.0" "Chef Manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBknife\-data\-bag\fR \- Store arbitrary data on a Chef Server
@@ -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\-ENVIRONMENT" "1" "April 2011" "Chef 0.10.0" "Chef Manual"
4
+ .TH "KNIFE\-ENVIRONMENT" "1" "April 2011" "Chef 0.10.0.rc.0" "Chef Manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBknife\-environment\fR \- Define cookbook policies for the environments in your infrastructure
@@ -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\-EXEC" "1" "April 2011" "Chef 0.10.0" "Chef Manual"
4
+ .TH "KNIFE\-EXEC" "1" "April 2011" "Chef 0.10.0.rc.0" "Chef Manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBknife\-exec\fR \- Run user scripts using the Chef API DSL
@@ -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\-INDEX" "1" "April 2011" "Chef 0.10.0" "Chef Manual"
4
+ .TH "KNIFE\-INDEX" "1" "April 2011" "Chef 0.10.0.rc.0" "Chef Manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBknife\-index\fR \- Rebuild the search index on a Chef Server
@@ -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" "April 2011" "Chef 0.10.0" "Chef Manual"
4
+ .TH "KNIFE\-NODE" "1" "April 2011" "Chef 0.10.0.rc.0" "Chef Manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBknife\-node\fR \- Manage the hosts in your infrastructure
@@ -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\-ROLE" "1" "April 2011" "Chef 0.10.0" "Chef Manual"
4
+ .TH "KNIFE\-ROLE" "1" "April 2011" "Chef 0.10.0.rc.0" "Chef Manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBknife\-role\fR \- Group common configuration settings
@@ -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\-SEARCH" "1" "April 2011" "Chef 0.10.0" "Chef Manual"
4
+ .TH "KNIFE\-SEARCH" "1" "April 2011" "Chef 0.10.0.rc.0" "Chef Manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBknife\-search\fR \- Find objects on a Chef Server by query
@@ -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\-SSH" "1" "April 2011" "Chef 0.10.0" "Chef Manual"
4
+ .TH "KNIFE\-SSH" "1" "April 2011" "Chef 0.10.0.rc.0" "Chef Manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBknife\-ssh\fR \- Run a command or interactive session on multiple remote hosts
@@ -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\-STATUS" "1" "April 2011" "Chef 0.10.0" "Chef Manual"
4
+ .TH "KNIFE\-STATUS" "1" "April 2011" "Chef 0.10.0.rc.0" "Chef Manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBknife\-status\fR \- Display status information for the nodes in your infrastructure