chef 0.10.0.beta.10 → 0.10.0.qs.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (98) hide show
  1. data/distro/arch/etc/conf.d/{chef-solr-indexer.conf → chef-expander.conf} +2 -2
  2. data/distro/arch/etc/rc.d/{chef-solr-indexer → chef-expander} +4 -4
  3. data/distro/common/html/chef-client.8.html +1 -1
  4. data/distro/common/html/{chef-expander-cluster.8.html → chef-expander.8.html} +11 -11
  5. data/distro/common/html/chef-expanderctl.8.html +1 -1
  6. data/distro/common/html/chef-server-webui.8.html +1 -1
  7. data/distro/common/html/chef-server.8.html +1 -1
  8. data/distro/common/html/chef-solo.8.html +1 -1
  9. data/distro/common/html/chef-solr.8.html +1 -1
  10. data/distro/common/html/knife-bootstrap.1.html +1 -1
  11. data/distro/common/html/knife-client.1.html +1 -1
  12. data/distro/common/html/knife-configure.1.html +1 -1
  13. data/distro/common/html/knife-cookbook-site.1.html +4 -3
  14. data/distro/common/html/knife-cookbook.1.html +1 -1
  15. data/distro/common/html/knife-data-bag.1.html +1 -1
  16. data/distro/common/html/knife-environment.1.html +1 -1
  17. data/distro/common/html/knife-exec.1.html +1 -1
  18. data/distro/common/html/knife-index.1.html +1 -1
  19. data/distro/common/html/knife-node.1.html +4 -4
  20. data/distro/common/html/knife-recipe.1.html +1 -1
  21. data/distro/common/html/knife-role.1.html +1 -1
  22. data/distro/common/html/knife-search.1.html +1 -1
  23. data/distro/common/html/knife-ssh.1.html +1 -1
  24. data/distro/common/html/knife-status.1.html +1 -1
  25. data/distro/common/html/knife-tag.1.html +1 -1
  26. data/distro/common/html/knife.1.html +1 -1
  27. data/distro/common/html/shef.1.html +1 -1
  28. data/distro/common/man/man1/knife-bootstrap.1 +1 -1
  29. data/distro/common/man/man1/knife-client.1 +1 -1
  30. data/distro/common/man/man1/knife-configure.1 +1 -1
  31. data/distro/common/man/man1/knife-cookbook-site.1 +5 -1
  32. data/distro/common/man/man1/knife-cookbook.1 +1 -1
  33. data/distro/common/man/man1/knife-data-bag.1 +1 -1
  34. data/distro/common/man/man1/knife-environment.1 +1 -1
  35. data/distro/common/man/man1/knife-exec.1 +1 -1
  36. data/distro/common/man/man1/knife-index.1 +1 -1
  37. data/distro/common/man/man1/knife-node.1 +1 -1
  38. data/distro/common/man/man1/knife-role.1 +1 -1
  39. data/distro/common/man/man1/knife-search.1 +1 -1
  40. data/distro/common/man/man1/knife-ssh.1 +1 -1
  41. data/distro/common/man/man1/knife-status.1 +1 -1
  42. data/distro/common/man/man1/knife-tag.1 +1 -1
  43. data/distro/common/man/man1/knife.1 +1 -1
  44. data/distro/common/man/man1/shef.1 +1 -1
  45. data/distro/common/man/man8/chef-client.8 +1 -1
  46. data/distro/common/man/man8/{chef-expander-cluster.8 → chef-expander.8} +5 -5
  47. data/distro/common/man/man8/chef-expanderctl.8 +1 -1
  48. data/distro/common/man/man8/chef-server-webui.8 +1 -1
  49. data/distro/common/man/man8/chef-server.8 +1 -1
  50. data/distro/common/man/man8/chef-solo.8 +1 -1
  51. data/distro/common/man/man8/chef-solr.8 +1 -1
  52. data/distro/common/markdown/man1/knife-cookbook-site.mkd +2 -0
  53. data/distro/common/markdown/man8/{chef-expander-cluster.mkd → chef-expander.mkd} +4 -4
  54. data/distro/debian/etc/default/{chef-solr-indexer → chef-expander} +2 -1
  55. data/distro/debian/etc/init.d/{chef-solr-indexer → chef-expander} +43 -43
  56. data/distro/debian/etc/init/chef-expander.conf +17 -0
  57. data/distro/redhat/etc/init.d/{chef-solr-indexer → chef-expander} +9 -9
  58. data/distro/redhat/etc/init.d/chef-server +2 -2
  59. data/distro/redhat/etc/init.d/chef-solr +1 -1
  60. data/distro/redhat/etc/logrotate.d/chef-expander +8 -0
  61. data/distro/redhat/etc/sysconfig/chef-expander +7 -0
  62. data/lib/chef.rb +1 -0
  63. data/lib/chef/api_client.rb +6 -0
  64. data/lib/chef/application.rb +5 -6
  65. data/lib/chef/application/client.rb +9 -0
  66. data/lib/chef/cookbook_uploader.rb +4 -1
  67. data/lib/chef/cookbook_version.rb +12 -15
  68. data/lib/chef/data_bag_item.rb +3 -3
  69. data/lib/chef/handler/error_report.rb +33 -0
  70. data/lib/chef/knife.rb +21 -4
  71. data/lib/chef/knife/bootstrap.rb +9 -5
  72. data/lib/chef/knife/bootstrap/archlinux-gems.erb +2 -1
  73. data/lib/chef/knife/bootstrap/centos5-gems.erb +9 -14
  74. data/lib/chef/knife/bootstrap/fedora13-gems.erb +6 -13
  75. data/lib/chef/knife/bootstrap/ubuntu10.04-gems.erb +6 -15
  76. data/lib/chef/knife/cookbook_list.rb +0 -1
  77. data/lib/chef/knife/cookbook_site_download.rb +26 -14
  78. data/lib/chef/knife/core/bootstrap_context.rb +81 -0
  79. data/lib/chef/knife/data_bag_create.rb +14 -12
  80. data/lib/chef/knife/data_bag_edit.rb +2 -2
  81. data/lib/chef/knife/data_bag_from_file.rb +2 -2
  82. data/lib/chef/knife/data_bag_show.rb +2 -2
  83. data/lib/chef/knife/search.rb +3 -0
  84. data/lib/chef/knife/ssh.rb +2 -0
  85. data/lib/chef/mixin/language.rb +1 -0
  86. data/lib/chef/monkey_patches/object.rb +9 -0
  87. data/lib/chef/provider/deploy.rb +1 -1
  88. data/lib/chef/provider/subversion.rb +1 -1
  89. data/lib/chef/recipe.rb +1 -0
  90. data/lib/chef/resource.rb +9 -8
  91. data/lib/chef/rest.rb +10 -6
  92. data/lib/chef/shell_out.rb +1 -1
  93. data/lib/chef/solr_query.rb +1 -1
  94. data/lib/chef/version.rb +1 -1
  95. metadata +16 -13
  96. data/distro/debian/etc/init/chef-solr-indexer.conf +0 -17
  97. data/distro/redhat/etc/logrotate.d/chef-solr-indexer +0 -8
  98. data/distro/redhat/etc/sysconfig/chef-solr-indexer +0 -7
@@ -1,8 +1,8 @@
1
- LOGFILE=/var/log/chef/solr-indexer.log
1
+ LOGFILE=/var/log/chef/expander.log
2
2
  CONFIG=/etc/chef/solr.rb
3
3
  USER=chef
4
4
  GROUP=chef
5
5
  # Sleep to give daemon enough time to fully start or stop.
6
6
  DIETIME=5
7
7
  STARTTIME=5
8
- CHEF_SOLR_INDEXER_ARGS="-d -c $CONFIG -L $LOGFILE -u $USER -g $GROUP"
8
+ CHEF_EXPANDER_ARGS="-d -c $CONFIG -L $LOGFILE -n 1 -i 1"
@@ -5,9 +5,9 @@
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
7
7
  # You may obtain a copy of the License at
8
- #
8
+ #
9
9
  # http://www.apache.org/licenses/LICENSE-2.0
10
- #
10
+ #
11
11
  # Unless required by applicable law or agreed to in writing, software
12
12
  # distributed under the License is distributed on an "AS IS" BASIS,
13
13
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -15,7 +15,7 @@
15
15
  # limitations under the License.
16
16
  #
17
17
 
18
- daemon_bin="/usr/bin/chef-solr-indexer"
18
+ daemon_bin="/usr/bin/chef-expander"
19
19
  daemon_name=$(basename $daemon_bin)
20
20
  PIDF="/var/run/$daemon_name.pid"
21
21
 
@@ -33,7 +33,7 @@ case "$1" in
33
33
  PID=$(get_pid)
34
34
  if [ -z "$PID" ]; then
35
35
  [ -f $PIDF ] && rm -f $PIDF
36
- $daemon_bin -P $PIDF $CHEF_SOLR_INDEXER_ARGS
36
+ $daemon_bin -P $PIDF $CHEF_EXPANDER_ARGS
37
37
  [ -n "$STARTTIME" ] && sleep $STARTTIME
38
38
  if [ $? -gt 0 ]; then
39
39
  stat_fail
@@ -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.beta.10</li>
134
+ <li class='tl'>Chef 0.10.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-cluster(8) - fetches messages from RabbitMQ, processes, and loads into chef-solr</title>
6
+ <title>chef-expander(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-cluster(8)</li>
70
+ <li class='tl'>chef-expander(8)</li>
71
71
  <li class='tc'>Chef Manual</li>
72
- <li class='tr'>chef-expander-cluster(8)</li>
72
+ <li class='tr'>chef-expander(8)</li>
73
73
  </ol>
74
74
 
75
75
  <h2 id="NAME">NAME</h2>
76
76
  <p class="man-name">
77
- <code>chef-expander-cluster</code> - <span class="man-whatis">fetches messages from RabbitMQ, processes, and loads into chef-solr</span>
77
+ <code>chef-expander</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-cluster</strong> <em>(options)</em></p>
82
+ <p><strong>chef-expander</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-cluster -n 1.
106
+ Expander with one worker process, run chef-expander -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-cluster -n 1
112
+ you 52108 0.1 0.5 2492880 41696 s003 S+ 3:49PM 0:00.91 ruby bin/chef-expander -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;&#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
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
147
147
  (http://www.opscode.com), with contributions from the community. This
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
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
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.beta.10</li>
157
+ <li class='tl'>Chef 0.10.0</li>
158
158
  <li class='tc'>April 2011</li>
159
- <li class='tr'>chef-expander-cluster(8)</li>
159
+ <li class='tr'>chef-expander(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.beta.10</li>
139
+ <li class='tl'>Chef 0.10.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.beta.10</li>
178
+ <li class='tl'>Chef 0.10.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.beta.10</li>
175
+ <li class='tl'>Chef 0.10.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.beta.10</li>
184
+ <li class='tl'>Chef 0.10.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.beta.10</li>
156
+ <li class='tl'>Chef 0.10.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.beta.10</li>
234
+ <li class='tl'>Chef 0.10.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.beta.10</li>
212
+ <li class='tl'>Chef 0.10.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.beta.10</li>
163
+ <li class='tl'>Chef 0.10.0</li>
164
164
  <li class='tc'>April 2011</li>
165
165
  <li class='tr'>knife-configure(1)</li>
166
166
  </ol>
@@ -134,6 +134,7 @@ cookbooks <em>COOKBOOK</em> depends on (via metadata <em>dependencies</em>).</p>
134
134
 
135
135
  <dl>
136
136
  <dt><code>-f</code>, <code>--file FILE</code></dt><dd>The filename to write to</dd>
137
+ <dt class="flush"><code>--force</code></dt><dd>Force download deprecated cookbook</dd>
137
138
  </dl>
138
139
 
139
140
 
@@ -215,11 +216,11 @@ configuration file.</p>
215
216
 
216
217
  <h2 id="AUTHOR">AUTHOR</h2>
217
218
 
218
- <p> Chef was written by Adam Jacob <a href="&#x6d;&#x61;&#105;&#108;&#x74;&#111;&#58;&#x61;&#100;&#97;&#109;&#x40;&#111;&#x70;&#x73;&#x63;&#x6f;&#100;&#101;&#x2e;&#99;&#111;&#x6d;" data-bare-link="true">&#97;&#100;&#97;&#x6d;&#x40;&#111;&#112;&#x73;&#x63;&#x6f;&#x64;&#101;&#46;&#x63;&#111;&#109;</a> with many contributions from the community.</p>
219
+ <p> Chef was written by Adam Jacob <a href="&#109;&#x61;&#x69;&#108;&#116;&#x6f;&#x3a;&#x61;&#x64;&#97;&#x6d;&#x40;&#111;&#x70;&#x73;&#99;&#111;&#100;&#x65;&#46;&#99;&#111;&#109;" data-bare-link="true">&#x61;&#100;&#97;&#x6d;&#64;&#x6f;&#x70;&#x73;&#x63;&#x6f;&#100;&#x65;&#x2e;&#x63;&#x6f;&#109;</a> with many contributions from the community.</p>
219
220
 
220
221
  <h2 id="DOCUMENTATION">DOCUMENTATION</h2>
221
222
 
222
- <p> This manual page was written by Joshua Timberman <a href="&#x6d;&#97;&#105;&#108;&#116;&#x6f;&#58;&#106;&#111;&#115;&#104;&#x75;&#97;&#64;&#x6f;&#x70;&#x73;&#x63;&#111;&#100;&#x65;&#46;&#x63;&#111;&#x6d;" data-bare-link="true">&#106;&#111;&#x73;&#x68;&#x75;&#x61;&#64;&#x6f;&#112;&#115;&#99;&#x6f;&#100;&#101;&#46;&#x63;&#111;&#x6d;</a>.
223
+ <p> This manual page was written by Joshua Timberman <a href="&#109;&#x61;&#x69;&#x6c;&#x74;&#111;&#x3a;&#x6a;&#111;&#x73;&#104;&#117;&#97;&#64;&#x6f;&#x70;&#x73;&#x63;&#111;&#x64;&#101;&#46;&#99;&#111;&#x6d;" data-bare-link="true">&#106;&#x6f;&#115;&#104;&#117;&#x61;&#64;&#111;&#112;&#115;&#x63;&#x6f;&#x64;&#x65;&#x2e;&#99;&#x6f;&#109;</a>.
223
224
  Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.</p>
224
225
 
225
226
  <h2 id="CHEF">CHEF</h2>
@@ -228,7 +229,7 @@ configuration file.</p>
228
229
 
229
230
 
230
231
  <ol class='man-decor man-foot man foot'>
231
- <li class='tl'>Chef 0.10.0.beta.10</li>
232
+ <li class='tl'>Chef 0.10.0</li>
232
233
  <li class='tc'>April 2011</li>
233
234
  <li class='tr'>knife-cookbook-site(1)</li>
234
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.beta.10</li>
366
+ <li class='tl'>Chef 0.10.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.beta.10</li>
227
+ <li class='tl'>Chef 0.10.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.beta.10</li>
260
+ <li class='tl'>Chef 0.10.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.beta.10</li>
127
+ <li class='tl'>Chef 0.10.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.beta.10</li>
118
+ <li class='tl'>Chef 0.10.0</li>
119
119
  <li class='tc'>April 2011</li>
120
120
  <li class='tr'>knife-index(1)</li>
121
121
  </ol>
@@ -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="&#x6d;&#97;&#105;&#x6c;&#x74;&#x6f;&#x3a;&#x61;&#100;&#x61;&#109;&#x40;&#x6f;&#112;&#115;&#x63;&#x6f;&#100;&#101;&#x2e;&#x63;&#x6f;&#x6d;" data-bare-link="true">&#x61;&#x64;&#x61;&#x6d;&#x40;&#111;&#112;&#115;&#99;&#111;&#100;&#x65;&#x2e;&#x63;&#111;&#x6d;</a> with many contributions from the community.</p>
250
+ <p> Chef was written by Adam Jacob <a href="&#x6d;&#97;&#105;&#x6c;&#x74;&#x6f;&#58;&#97;&#100;&#x61;&#x6d;&#64;&#x6f;&#112;&#x73;&#99;&#111;&#x64;&#101;&#x2e;&#99;&#111;&#109;" data-bare-link="true">&#97;&#100;&#x61;&#x6d;&#x40;&#x6f;&#112;&#x73;&#99;&#111;&#x64;&#101;&#x2e;&#x63;&#111;&#x6d;</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="&#109;&#x61;&#x69;&#x6c;&#x74;&#x6f;&#x3a;&#106;&#x6f;&#x73;&#104;&#117;&#x61;&#x40;&#x6f;&#112;&#x73;&#99;&#x6f;&#100;&#x65;&#x2e;&#99;&#x6f;&#109;" data-bare-link="true">&#106;&#111;&#x73;&#x68;&#x75;&#97;&#x40;&#111;&#x70;&#115;&#x63;&#x6f;&#100;&#x65;&#46;&#x63;&#111;&#109;</a>.
254
+ <p> This manual page was written by Joshua Timberman <a href="&#x6d;&#x61;&#105;&#108;&#116;&#x6f;&#x3a;&#x6a;&#x6f;&#115;&#x68;&#117;&#97;&#x40;&#x6f;&#112;&#x73;&#99;&#111;&#100;&#x65;&#46;&#99;&#111;&#109;" data-bare-link="true">&#x6a;&#111;&#x73;&#104;&#117;&#97;&#64;&#111;&#x70;&#115;&#99;&#111;&#x64;&#x65;&#x2e;&#99;&#x6f;&#x6d;</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.0.beta.10</li>
264
- <li class='tc'>April 2011</li>
263
+ <li class='tl'>Chef 0.10.0</li>
264
+ <li class='tc'>June 2011</li>
265
265
  <li class='tr'>knife-node(1)</li>
266
266
  </ol>
267
267
 
@@ -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.beta.10</li>
85
+ <li class='tl'>Chef 0.10.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.beta.10</li>
193
+ <li class='tl'>Chef 0.10.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.beta.10</li>
136
+ <li class='tl'>Chef 0.10.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.beta.10</li>
149
+ <li class='tl'>Chef 0.10.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.beta.10</li>
121
+ <li class='tl'>Chef 0.10.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.beta.10</li>
130
+ <li class='tl'>Chef 0.10.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.beta.10</li>
288
+ <li class='tl'>Chef 0.10.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.beta.10</li>
276
+ <li class='tl'>Chef 0.10.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.beta.10" "Chef Manual"
4
+ .TH "KNIFE\-BOOTRAP" "1" "April 2011" "Chef 0.10.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.beta.10" "Chef Manual"
4
+ .TH "KNIFE\-CLIENT" "1" "April 2011" "Chef 0.10.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.beta.10" "Chef Manual"
4
+ .TH "KNIFE\-CONFIGURE" "1" "April 2011" "Chef 0.10.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.beta.10" "Chef Manual"
4
+ .TH "KNIFE\-COOKBOOK\-SITE" "1" "April 2011" "Chef 0.10.0" "Chef Manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBknife\-cookbook\-site\fR \- Install and update open source cookbooks
@@ -52,6 +52,10 @@ If \fI\-d\fR is specified, the process is applied recursively to all the cookboo
52
52
  \fB\-f\fR, \fB\-\-file FILE\fR
53
53
  The filename to write to
54
54
  .
55
+ .TP
56
+ \fB\-\-force\fR
57
+ Force download deprecated cookbook
58
+ .
55
59
  .P
56
60
  Downloads a specific cookbook from the Community site, optionally specifying a certain version\.
57
61
  .
@@ -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.beta.10" "Chef Manual"
4
+ .TH "KNIFE\-COOKBOOK" "1" "April 2011" "Chef 0.10.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.beta.10" "Chef Manual"
4
+ .TH "KNIFE\-DATA\-BAG" "1" "April 2011" "Chef 0.10.0" "Chef Manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBknife\-data\-bag\fR \- Store arbitrary data on a Chef Server