chef 10.14.0.rc.0 → 10.14.0.rc.1
Sign up to get free protection for your applications and to get access to all the features.
- data/distro/common/html/chef-client.8.html +3 -3
- data/distro/common/html/chef-expander.8.html +3 -3
- data/distro/common/html/chef-expanderctl.8.html +3 -3
- data/distro/common/html/chef-server-webui.8.html +3 -3
- data/distro/common/html/chef-server.8.html +3 -3
- data/distro/common/html/chef-solo.8.html +3 -3
- data/distro/common/html/chef-solr.8.html +3 -3
- data/distro/common/html/knife-bootstrap.1.html +4 -4
- data/distro/common/html/knife-client.1.html +3 -3
- data/distro/common/html/knife-configure.1.html +4 -4
- data/distro/common/html/knife-cookbook-site.1.html +3 -3
- data/distro/common/html/knife-cookbook.1.html +7 -7
- data/distro/common/html/knife-data-bag.1.html +3 -3
- data/distro/common/html/knife-environment.1.html +6 -6
- 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 +3 -3
- data/distro/common/html/knife-search.1.html +5 -5
- data/distro/common/html/knife-ssh.1.html +3 -3
- data/distro/common/html/knife-status.1.html +3 -3
- data/distro/common/html/knife-tag.1.html +4 -4
- data/distro/common/html/knife.1.html +3 -3
- data/distro/common/html/shef.1.html +7 -7
- data/distro/common/man/man1/knife-bootstrap.1 +1 -1
- data/distro/common/man/man1/knife-client.1 +1 -1
- data/distro/common/man/man1/knife-configure.1 +1 -1
- data/distro/common/man/man1/knife-cookbook-site.1 +1 -1
- data/distro/common/man/man1/knife-cookbook.1 +1 -1
- data/distro/common/man/man1/knife-data-bag.1 +1 -1
- data/distro/common/man/man1/knife-environment.1 +1 -1
- data/distro/common/man/man1/knife-exec.1 +1 -1
- data/distro/common/man/man1/knife-index.1 +1 -1
- data/distro/common/man/man1/knife-node.1 +1 -1
- data/distro/common/man/man1/knife-role.1 +1 -1
- data/distro/common/man/man1/knife-search.1 +1 -1
- data/distro/common/man/man1/knife-ssh.1 +1 -1
- data/distro/common/man/man1/knife-status.1 +1 -1
- data/distro/common/man/man1/knife-tag.1 +1 -1
- data/distro/common/man/man1/knife.1 +1 -1
- data/distro/common/man/man1/shef.1 +1 -1
- data/distro/common/man/man8/chef-client.8 +1 -1
- data/distro/common/man/man8/chef-expander.8 +1 -1
- data/distro/common/man/man8/chef-expanderctl.8 +1 -1
- data/distro/common/man/man8/chef-server-webui.8 +1 -1
- data/distro/common/man/man8/chef-server.8 +1 -1
- data/distro/common/man/man8/chef-solo.8 +1 -1
- data/distro/common/man/man8/chef-solr.8 +1 -1
- data/lib/chef/formatters/error_inspectors/compile_error_inspector.rb +2 -1
- data/lib/chef/formatters/error_inspectors/resource_failure_inspector.rb +2 -1
- data/lib/chef/knife/cookbook_site_share.rb +1 -1
- data/lib/chef/knife/ssh.rb +1 -0
- data/lib/chef/provider/package.rb +2 -0
- data/lib/chef/provider/package/rubygems.rb +5 -0
- data/lib/chef/scan_access_control.rb +10 -2
- data/lib/chef/version.rb +1 -1
- data/spec/unit/formatters/error_inspectors/compile_error_inspector_spec.rb +29 -4
- data/spec/unit/formatters/error_inspectors/resource_failure_inspector_spec.rb +13 -2
- data/spec/unit/knife/cookbook_site_share_spec.rb +1 -1
- data/spec/unit/provider/cookbook_file_spec.rb +4 -0
- data/spec/unit/resource_reporter_spec.rb +3 -0
- data/spec/unit/scan_access_control_spec.rb +16 -5
- metadata +4 -4
@@ -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 data-bare-link="true" href="&#
|
136
|
+
<p> Chef was written by Adam Jacob <a data-bare-link="true" href="mailto:adam@opscode.com">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 data-bare-link="true" href="m&#
|
140
|
+
<p> This manual page was written by Joshua Timberman <a data-bare-link="true" href="mailto:joshua@opscode.com">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,7 +146,7 @@ option.</dd>
|
|
146
146
|
|
147
147
|
|
148
148
|
<ol class='man-decor man-foot man foot'>
|
149
|
-
<li class='tl'>Chef 10.14.0.rc.
|
149
|
+
<li class='tl'>Chef 10.14.0.rc.1</li>
|
150
150
|
<li class='tc'>August 2012</li>
|
151
151
|
<li class='tr'>knife-ssh(1)</li>
|
152
152
|
</ol>
|
@@ -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="ma&#
|
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="&#
|
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,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 10.14.0.rc.
|
121
|
+
<li class='tl'>Chef 10.14.0.rc.1</li>
|
122
122
|
<li class='tc'>August 2012</li>
|
123
123
|
<li class='tr'>knife-status(1)</li>
|
124
124
|
</ol>
|
@@ -114,20 +114,20 @@
|
|
114
114
|
|
115
115
|
<h2 id="AUTHOR">AUTHOR</h2>
|
116
116
|
|
117
|
-
<p> Chef was written by Adam Jacob <a
|
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
|
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>
|
125
125
|
|
126
|
-
<p> Knife is distributed with Chef. <a
|
126
|
+
<p> Knife is distributed with Chef. <a href="http://wiki.opscode.com/display/chef/Home" data-bare-link="true">http://wiki.opscode.com/display/chef/Home</a></p>
|
127
127
|
|
128
128
|
|
129
129
|
<ol class='man-decor man-foot man foot'>
|
130
|
-
<li class='tl'>Chef 10.14.0.rc.
|
130
|
+
<li class='tl'>Chef 10.14.0.rc.1</li>
|
131
131
|
<li class='tc'>August 2012</li>
|
132
132
|
<li class='tr'>knife-tag(1)</li>
|
133
133
|
</ol>
|
@@ -291,12 +291,12 @@ data editing entirely.</dd>
|
|
291
291
|
|
292
292
|
<h2 id="AUTHOR">AUTHOR</h2>
|
293
293
|
|
294
|
-
<p> Chef was written by Adam Jacob <a data-bare-link="true" href="ma&#
|
294
|
+
<p> Chef was written by Adam Jacob <a data-bare-link="true" href="mailto:adam@opscode.com">adam@opscode.com</a> of Opscode
|
295
295
|
(<a data-bare-link="true" href="http://www.opscode.com">http://www.opscode.com</a>), with contributions from the community.</p>
|
296
296
|
|
297
297
|
<h2 id="DOCUMENTATION">DOCUMENTATION</h2>
|
298
298
|
|
299
|
-
<p> This manual page was written by Joshua Timberman <a data-bare-link="true" href="mai&#
|
299
|
+
<p> This manual page was written by Joshua Timberman <a data-bare-link="true" href="mailto:joshua@opscode.com">joshua@opscode.com</a>.</p>
|
300
300
|
|
301
301
|
<h2 id="LICENSE">LICENSE</h2>
|
302
302
|
|
@@ -310,7 +310,7 @@ data editing entirely.</dd>
|
|
310
310
|
|
311
311
|
|
312
312
|
<ol class='man-decor man-foot man foot'>
|
313
|
-
<li class='tl'>Chef 10.14.0.rc.
|
313
|
+
<li class='tl'>Chef 10.14.0.rc.1</li>
|
314
314
|
<li class='tc'>August 2012</li>
|
315
315
|
<li class='tr'>knife(1)</li>
|
316
316
|
</ol>
|
@@ -205,8 +205,8 @@ DSL is outside the scope of this document. See the following pages in
|
|
205
205
|
the Chef documentation for more information:</p>
|
206
206
|
|
207
207
|
<ul>
|
208
|
-
<li><a href="http://wiki.opscode.com/display/chef/Resources"
|
209
|
-
<li><a href="http://wiki.opscode.com/display/chef/Recipes"
|
208
|
+
<li><a data-bare-link="true" href="http://wiki.opscode.com/display/chef/Resources">http://wiki.opscode.com/display/chef/Resources</a></li>
|
209
|
+
<li><a data-bare-link="true" href="http://wiki.opscode.com/display/chef/Recipes">http://wiki.opscode.com/display/chef/Recipes</a></li>
|
210
210
|
</ul>
|
211
211
|
|
212
212
|
|
@@ -254,26 +254,26 @@ and may become out of sync with the behavior of those libraries.</p>
|
|
254
254
|
<h2 id="SEE-ALSO">SEE ALSO</h2>
|
255
255
|
|
256
256
|
<p> <span class="man-ref">chef-client<span class="s">(8)</span></span> <span class="man-ref">knife<span class="s">(1)</span></span>
|
257
|
-
<a href="http://wiki.opscode.com/display/chef/Shef"
|
257
|
+
<a data-bare-link="true" href="http://wiki.opscode.com/display/chef/Shef">http://wiki.opscode.com/display/chef/Shef</a></p>
|
258
258
|
|
259
259
|
<h2 id="AUTHOR">AUTHOR</h2>
|
260
260
|
|
261
|
-
<p> Chef was written by Adam Jacob <a href="ma&#
|
261
|
+
<p> Chef was written by Adam Jacob <a data-bare-link="true" href="mailto:adam@opscode.com">adam@opscode.com</a> with many
|
262
262
|
contributions from the community. Shef was written by Daniel DeLeo.</p>
|
263
263
|
|
264
264
|
<h2 id="DOCUMENTATION">DOCUMENTATION</h2>
|
265
265
|
|
266
|
-
<p> This manual page was written by Daniel DeLeo <a href="mai&#
|
266
|
+
<p> This manual page was written by Daniel DeLeo <a data-bare-link="true" href="mailto:dan@opscode.com">dan@opscode.com</a>.
|
267
267
|
Permission is granted to copy, distribute and / or modify this
|
268
268
|
document under the terms of the Apache 2.0 License.</p>
|
269
269
|
|
270
270
|
<h2 id="CHEF">CHEF</h2>
|
271
271
|
|
272
|
-
<p> Shef is distributed with Chef. <a href="http://wiki.opscode.com/display/chef/Home"
|
272
|
+
<p> Shef is distributed with Chef. <a data-bare-link="true" href="http://wiki.opscode.com/display/chef/Home">http://wiki.opscode.com/display/chef/Home</a></p>
|
273
273
|
|
274
274
|
|
275
275
|
<ol class='man-decor man-foot man foot'>
|
276
|
-
<li class='tl'>Chef 10.14.0.rc.
|
276
|
+
<li class='tl'>Chef 10.14.0.rc.1</li>
|
277
277
|
<li class='tc'>August 2012</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\-BOOTSTRAP" "1" "August 2012" "Chef 10.14.0.rc.
|
4
|
+
.TH "KNIFE\-BOOTSTRAP" "1" "August 2012" "Chef 10.14.0.rc.1" "Chef Manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBknife\-bootstrap\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" "August 2012" "Chef 10.14.0.rc.
|
4
|
+
.TH "KNIFE\-CLIENT" "1" "August 2012" "Chef 10.14.0.rc.1" "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" "August 2012" "Chef 10.14.0.rc.
|
4
|
+
.TH "KNIFE\-CONFIGURE" "1" "August 2012" "Chef 10.14.0.rc.1" "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" "August 2012" "Chef 10.14.0.rc.
|
4
|
+
.TH "KNIFE\-COOKBOOK\-SITE" "1" "August 2012" "Chef 10.14.0.rc.1" "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" "August 2012" "Chef 10.14.0.rc.
|
4
|
+
.TH "KNIFE\-COOKBOOK" "1" "August 2012" "Chef 10.14.0.rc.1" "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" "August 2012" "Chef 10.14.0.rc.
|
4
|
+
.TH "KNIFE\-DATA\-BAG" "1" "August 2012" "Chef 10.14.0.rc.1" "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" "August 2012" "Chef 10.14.0.rc.
|
4
|
+
.TH "KNIFE\-ENVIRONMENT" "1" "August 2012" "Chef 10.14.0.rc.1" "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" "August 2012" "Chef 10.14.0.rc.
|
4
|
+
.TH "KNIFE\-EXEC" "1" "August 2012" "Chef 10.14.0.rc.1" "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" "August 2012" "Chef 10.14.0.rc.
|
4
|
+
.TH "KNIFE\-INDEX" "1" "August 2012" "Chef 10.14.0.rc.1" "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" "August 2012" "Chef 10.14.0.rc.
|
4
|
+
.TH "KNIFE\-NODE" "1" "August 2012" "Chef 10.14.0.rc.1" "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" "August 2012" "Chef 10.14.0.rc.
|
4
|
+
.TH "KNIFE\-ROLE" "1" "August 2012" "Chef 10.14.0.rc.1" "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" "August 2012" "Chef 10.14.0.rc.
|
4
|
+
.TH "KNIFE\-SEARCH" "1" "August 2012" "Chef 10.14.0.rc.1" "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" "August 2012" "Chef 10.14.0.rc.
|
4
|
+
.TH "KNIFE\-SSH" "1" "August 2012" "Chef 10.14.0.rc.1" "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" "August 2012" "Chef 10.14.0.rc.
|
4
|
+
.TH "KNIFE\-STATUS" "1" "August 2012" "Chef 10.14.0.rc.1" "Chef Manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBknife\-status\fR \- Display status information for the nodes 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\-TAG" "1" "August 2012" "Chef 10.14.0.rc.
|
4
|
+
.TH "KNIFE\-TAG" "1" "August 2012" "Chef 10.14.0.rc.1" "Chef Manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBknife\-tag\fR \- Apply tags to nodes 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" "1" "August 2012" "Chef 10.14.0.rc.
|
4
|
+
.TH "KNIFE" "1" "August 2012" "Chef 10.14.0.rc.1" "Chef Manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBknife\fR \- Chef Server API client utility
|
@@ -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 "SHEF" "1" "August 2012" "Chef 10.14.0.rc.
|
4
|
+
.TH "SHEF" "1" "August 2012" "Chef 10.14.0.rc.1" "Chef Manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBshef\fR \- Interactive Chef Console
|
@@ -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 "CHEF\-CLIENT" "8" "August 2012" "Chef 10.14.0.rc.
|
4
|
+
.TH "CHEF\-CLIENT" "8" "August 2012" "Chef 10.14.0.rc.1" "Chef Manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBchef\-client\fR \- Runs a client node connecting to 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 "CHEF\-EXPANDER" "8" "August 2012" "Chef 10.14.0.rc.
|
4
|
+
.TH "CHEF\-EXPANDER" "8" "August 2012" "Chef 10.14.0.rc.1" "Chef Manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBchef\-expander\fR \- fetches messages from RabbitMQ, processes, and loads into chef\-solr
|
@@ -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 "CHEF\-EXPANDERCTL" "8" "August 2012" "Chef 10.14.0.rc.
|
4
|
+
.TH "CHEF\-EXPANDERCTL" "8" "August 2012" "Chef 10.14.0.rc.1" "Chef Manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBchef\-expanderctl\fR \- management program for chef\-expander
|
@@ -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 "CHEF\-SERVER\-WEBUI" "8" "August 2012" "Chef 10.14.0.rc.
|
4
|
+
.TH "CHEF\-SERVER\-WEBUI" "8" "August 2012" "Chef 10.14.0.rc.1" "Chef Manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBchef\-server\-webui\fR \- Start the Chef Server merb application slice providing Web User Interface (Management Console)\.
|
@@ -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 "CHEF\-SERVER" "8" "August 2012" "Chef 10.14.0.rc.
|
4
|
+
.TH "CHEF\-SERVER" "8" "August 2012" "Chef 10.14.0.rc.1" "Chef Manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBchef\-server\fR \- Start the Chef Server merb application slice\.
|
@@ -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 "CHEF\-SOLO" "8" "August 2012" "Chef 10.14.0.rc.
|
4
|
+
.TH "CHEF\-SOLO" "8" "August 2012" "Chef 10.14.0.rc.1" "Chef Manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBchef\-solo\fR \- Runs chef in solo mode against a specified cookbook location\.
|
@@ -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 "CHEF\-SOLR" "8" "August 2012" "Chef 10.14.0.rc.
|
4
|
+
.TH "CHEF\-SOLR" "8" "August 2012" "Chef 10.14.0.rc.1" "Chef Manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBchef\-solr\fR \- Runs as Chef\'s search server
|
@@ -85,7 +85,8 @@ class Chef
|
|
85
85
|
end
|
86
86
|
|
87
87
|
def filtered_bt
|
88
|
-
|
88
|
+
filters = Array(Chef::Config.cookbook_path).map {|p| /^#{Regexp.escape(p)}/ }
|
89
|
+
r = exception.backtrace.select {|line| filters.any? {|filter| line =~ filter }}
|
89
90
|
return r.count > 0 ? r : exception.backtrace
|
90
91
|
end
|
91
92
|
|
@@ -84,7 +84,8 @@ class Chef
|
|
84
84
|
end
|
85
85
|
|
86
86
|
def filtered_bt
|
87
|
-
Array(
|
87
|
+
filters = Array(Chef::Config.cookbook_path).map {|p| /^#{Regexp.escape(p)}/ }
|
88
|
+
exception.backtrace.select {|line| filters.any? {|filter| line =~ filter }}
|
88
89
|
end
|
89
90
|
|
90
91
|
private
|
@@ -50,7 +50,7 @@ class Chef
|
|
50
50
|
cl = Chef::CookbookLoader.new(config[:cookbook_path])
|
51
51
|
if cl.cookbook_exists?(cookbook_name)
|
52
52
|
cookbook = cl[cookbook_name]
|
53
|
-
Chef::CookbookUploader.new(cookbook,config[:cookbook_path]).
|
53
|
+
Chef::CookbookUploader.new(cookbook,config[:cookbook_path]).validate_cookbooks
|
54
54
|
tmp_cookbook_dir = Chef::CookbookSiteStreamingUploader.create_build_dir(cookbook)
|
55
55
|
begin
|
56
56
|
Chef::Log.debug("Temp cookbook directory is #{tmp_cookbook_dir.inspect}")
|
data/lib/chef/knife/ssh.rb
CHANGED
@@ -46,12 +46,14 @@ class Chef
|
|
46
46
|
a.assertion { ((@new_resource.version != nil) && !(target_version_already_installed?)) \
|
47
47
|
|| !(@current_resource.version.nil? && candidate_version.nil?) }
|
48
48
|
a.failure_message(Chef::Exceptions::Package, "No version specified, and no candidate version available for #{@new_resource.package_name}")
|
49
|
+
a.whyrun("Assuming a repository that offers #{@new_resource.package_name} would have been configured")
|
49
50
|
end
|
50
51
|
|
51
52
|
requirements.assert(:upgrade) do |a|
|
52
53
|
# Can't upgrade what we don't have
|
53
54
|
a.assertion { !(@current_resource.version.nil? && candidate_version.nil?) }
|
54
55
|
a.failure_message(Chef::Exceptions::Package, "No candidate version available for #{@new_resource.package_name}")
|
56
|
+
a.whyrun("Assuming a repository that offers #{@new_resource.package_name} would have been configured")
|
55
57
|
end
|
56
58
|
end
|
57
59
|
|
@@ -345,6 +345,11 @@ class Chef
|
|
345
345
|
elsif is_omnibus? && (!@new_resource.instance_of? Chef::Resource::ChefGem)
|
346
346
|
# Opscode Omnibus - The ruby that ships inside omnibus is only used for Chef
|
347
347
|
# Default to installing somewhere more functional
|
348
|
+
if new_resource.options && new_resource.options.kind_of?(Hash)
|
349
|
+
msg = "options should be a string instead of a hash\n"
|
350
|
+
msg << "in #{new_resource} from #{new_resource.source_line}"
|
351
|
+
raise ArgumentError, msg
|
352
|
+
end
|
348
353
|
gem_location = find_gem_by_path
|
349
354
|
@new_resource.gem_binary gem_location
|
350
355
|
@gem_env = AlternateGemEnvironment.new(gem_location)
|
@@ -76,7 +76,11 @@ class Chef
|
|
76
76
|
end
|
77
77
|
|
78
78
|
def lookup_uid
|
79
|
-
Etc.getpwuid(stat.uid).
|
79
|
+
unless (pwent = Etc.getpwuid(stat.uid)).nil?
|
80
|
+
pwent.name
|
81
|
+
else
|
82
|
+
stat.uid
|
83
|
+
end
|
80
84
|
rescue ArgumentError
|
81
85
|
stat.uid
|
82
86
|
end
|
@@ -99,7 +103,11 @@ class Chef
|
|
99
103
|
end
|
100
104
|
|
101
105
|
def lookup_gid
|
102
|
-
Etc.getgrgid(stat.gid).
|
106
|
+
unless (pwent = Etc.getgrgid(stat.gid)).nil?
|
107
|
+
pwent.name
|
108
|
+
else
|
109
|
+
stat.gid
|
110
|
+
end
|
103
111
|
rescue ArgumentError
|
104
112
|
stat.gid
|
105
113
|
end
|