chef 11.6.0 → 11.6.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +6 -14
- data/Rakefile +12 -4
- 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 +5 -5
- 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/distro/common/man/man1/chef-shell.1 +1 -1
- data/distro/common/man/man1/knife-bootstrap.1 +1 -1
- data/distro/common/man/man1/knife-client.1 +0 -99
- 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 +0 -168
- 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/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/deprecation/provider/template.rb +1 -1
- data/lib/chef/provider/remote_file/cache_control_data.rb +4 -1
- data/lib/chef/version.rb +3 -3
- data/lib/chef/win32/api/file.rb +7 -0
- data/spec/data/apt/chef-integration-test-1.0/debian/changelog +5 -0
- data/spec/data/apt/chef-integration-test-1.0/debian/compat +1 -0
- data/spec/data/apt/chef-integration-test-1.0/debian/control +13 -0
- data/spec/data/apt/chef-integration-test-1.0/debian/copyright +34 -0
- data/spec/data/apt/chef-integration-test-1.0/debian/files +1 -0
- data/spec/data/apt/chef-integration-test-1.0/debian/rules +13 -0
- data/spec/data/apt/chef-integration-test-1.0/debian/source/format +1 -0
- data/spec/data/apt/chef-integration-test-1.1/debian/changelog +11 -0
- data/spec/data/apt/chef-integration-test-1.1/debian/compat +1 -0
- data/spec/data/apt/chef-integration-test-1.1/debian/control +13 -0
- data/spec/data/apt/chef-integration-test-1.1/debian/copyright +34 -0
- data/spec/data/apt/chef-integration-test-1.1/debian/files +1 -0
- data/spec/data/apt/chef-integration-test-1.1/debian/rules +13 -0
- data/spec/data/apt/chef-integration-test-1.1/debian/source/format +1 -0
- data/spec/data/apt/chef-integration-test_1.0-1_amd64.changes +22 -0
- data/spec/data/apt/chef-integration-test_1.0-1_amd64.deb +0 -0
- data/spec/data/apt/chef-integration-test_1.0.orig.tar.gz +0 -0
- data/spec/data/apt/chef-integration-test_1.1-1_amd64.changes +22 -0
- data/spec/data/apt/chef-integration-test_1.1-1_amd64.deb +0 -0
- data/spec/data/apt/chef-integration-test_1.1.orig.tar.gz +0 -0
- data/spec/data/apt/var/www/apt/conf/distributions +7 -0
- data/spec/data/apt/var/www/apt/conf/incoming +4 -0
- data/spec/data/apt/var/www/apt/conf/pulls +3 -0
- data/spec/data/apt/var/www/apt/db/checksums.db +0 -0
- data/spec/data/apt/var/www/apt/db/contents.cache.db +0 -0
- data/spec/data/apt/var/www/apt/db/packages.db +0 -0
- data/spec/data/apt/var/www/apt/db/references.db +0 -0
- data/spec/data/apt/var/www/apt/db/release.caches.db +0 -0
- data/spec/data/apt/var/www/apt/db/version +4 -0
- data/spec/data/apt/var/www/apt/dists/sid/Release +19 -0
- data/spec/data/apt/var/www/apt/dists/sid/main/binary-amd64/Packages +16 -0
- data/spec/data/apt/var/www/apt/dists/sid/main/binary-amd64/Packages.gz +0 -0
- data/spec/data/apt/var/www/apt/dists/sid/main/binary-amd64/Release +5 -0
- data/spec/data/apt/var/www/apt/dists/sid/main/binary-i386/Packages +0 -0
- data/spec/data/apt/var/www/apt/pool/main/c/chef-integration-test/chef-integration-test_1.0-1_amd64.deb +0 -0
- data/spec/data/apt/var/www/apt/pool/main/c/chef-integration-test/chef-integration-test_1.1-1_amd64.deb +0 -0
- data/spec/data/cookbooks/preseed/files/default/preseed-file.seed +1 -0
- data/spec/data/cookbooks/preseed/templates/default/preseed-template.seed +1 -0
- data/spec/functional/provider/remote_file/cache_control_data_spec.rb +101 -0
- data/spec/functional/resource/package_spec.rb +297 -0
- data/spec/functional/resource/user_spec.rb +6 -14
- data/spec/spec_helper.rb +29 -0
- data/spec/support/shared/functional/file_resource.rb +37 -0
- data/spec/unit/provider/package/rubygems_spec.rb +1 -1
- data/spec/unit/provider/remote_file/cache_control_data_spec.rb +41 -0
- metadata +101 -43
checksums.yaml
CHANGED
@@ -1,15 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
metadata.gz: !binary |-
|
9
|
-
MTFjZDNjY2JhMGFhZmFlY2NmMjcyNDFlOWRjMzQyNDVkYjcwZWY4MTk1ODJj
|
10
|
-
OTBjMTI4ZDJlYzUzZDdjNjAxZWYwMDM2MjkyMmUwMTg0MmM1ODU3ZDVjNDU4
|
11
|
-
YzQwMDc4Y2YwMDEzYWI2YjExNmYzNTBlMjlhNTFmMGVhYjBmYzA=
|
12
|
-
data.tar.gz: !binary |-
|
13
|
-
ODI2NTQ1MTRkMmMxMWQ1MTg2OGIwZjY0OTIyNzk2NDNjMjFhNzU3MjBjYmI4
|
14
|
-
NTEzYjI2MmRjYTY4Zjg3MThiNmUyMWY5YTRlZjgxOGE1ZGRlODZkMTM2MmMw
|
15
|
-
MTI3MjFlZTcwZjBhMmEwN2ZiZjBiMzU4MjU0OGRkOGViMzQ4NDk=
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: e3c0a9c9a6a5eb67edeb9d514cb6e5eb92d67571
|
4
|
+
data.tar.gz: bc0e2e8fe7b23a8c0168b3fd45dfcb62c1b01b51
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 013e1a5527bcc246c6db21c1c6ca476ffc6f79f5592d1ae43a8f608d7e7445eb616d0d175dec3c90c1f1c0eed313d47368986353887fb65be884bd9de72fec88
|
7
|
+
data.tar.gz: 8b92055900e9562ecab370ac8dd6af83e7b8d2fe0bf4b6289338ff25a4dedc1f244b5f3c683c73d9fd1de0a0a36c344e08be09b811785ca5178b321adbfbdf91
|
data/Rakefile
CHANGED
@@ -26,13 +26,12 @@ require './tasks/rspec.rb'
|
|
26
26
|
|
27
27
|
GEM_NAME = "chef"
|
28
28
|
|
29
|
-
spec = eval(File.read("chef.gemspec"))
|
30
|
-
|
31
29
|
# This has to be here or else the docs get generated *after* the gem is created
|
32
30
|
task :gem => 'docs:all'
|
33
31
|
|
34
|
-
|
35
|
-
|
32
|
+
Dir[File.expand_path("../*gemspec", __FILE__)].reverse.each do |gemspec_path|
|
33
|
+
gemspec = eval(IO.read(gemspec_path))
|
34
|
+
Gem::PackageTask.new(gemspec).define
|
36
35
|
end
|
37
36
|
|
38
37
|
begin
|
@@ -60,6 +59,15 @@ task :uninstall do
|
|
60
59
|
sh %{gem uninstall #{GEM_NAME} -x -v #{Chef::VERSION} }
|
61
60
|
end
|
62
61
|
|
62
|
+
desc "Build it, tag it and ship it"
|
63
|
+
task :ship => :gem do
|
64
|
+
sh("git tag #{Chef::VERSION}")
|
65
|
+
sh("git push opscode --tags")
|
66
|
+
Dir[File.expand_path("../pkg/*.gem", __FILE__)].reverse.each do |built_gem|
|
67
|
+
sh("gem push #{built_gem}")
|
68
|
+
end
|
69
|
+
end
|
70
|
+
|
63
71
|
RONN_OPTS = "--manual='Chef Manual' --organization='Chef #{Chef::VERSION}' --date='#{Time.new.strftime('%Y-%m-%d')}'"
|
64
72
|
|
65
73
|
namespace :docs do
|
@@ -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="mail&#
|
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.6.
|
139
|
-
<li class='tc'>
|
138
|
+
<li class='tl'>Chef 11.6.2</li>
|
139
|
+
<li class='tc'>October 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.6.
|
158
|
-
<li class='tc'>
|
157
|
+
<li class='tl'>Chef 11.6.2</li>
|
158
|
+
<li class='tc'>October 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.6.
|
140
|
-
<li class='tc'>
|
139
|
+
<li class='tl'>Chef 11.6.2</li>
|
140
|
+
<li class='tc'>October 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="&#
|
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="&#
|
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.6.
|
179
|
-
<li class='tc'>
|
178
|
+
<li class='tl'>Chef 11.6.2</li>
|
179
|
+
<li class='tc'>October 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="m&#
|
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.6.
|
176
|
-
<li class='tc'>
|
175
|
+
<li class='tl'>Chef 11.6.2</li>
|
176
|
+
<li class='tc'>October 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="mai&#
|
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.6.
|
280
|
-
<li class='tc'>
|
279
|
+
<li class='tl'>Chef 11.6.2</li>
|
280
|
+
<li class='tc'>October 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="mai&#
|
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.6.
|
179
|
-
<li class='tc'>
|
178
|
+
<li class='tl'>Chef 11.6.2</li>
|
179
|
+
<li class='tc'>October 2013</li>
|
180
180
|
<li class='tr'>chef-solo(8)</li>
|
181
181
|
</ol>
|
182
182
|
|
@@ -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-solr(8) - Runs as Chef
|
6
|
+
<title>chef-solr(8) - Runs as Chef's search server</title>
|
7
7
|
<style type='text/css' media='all'>
|
8
8
|
/* style: man */
|
9
9
|
body#manpage {margin:0}
|
@@ -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="mai&#
|
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.6.
|
159
|
-
<li class='tc'>
|
158
|
+
<li class='tl'>Chef 11.6.2</li>
|
159
|
+
<li class='tc'>October 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="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 @@ 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.6.
|
235
|
-
<li class='tc'>
|
234
|
+
<li class='tl'>Chef 11.6.2</li>
|
235
|
+
<li class='tc'>October 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="m&#
|
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="m&#
|
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.6.
|
213
|
-
<li class='tc'>
|
212
|
+
<li class='tl'>Chef 11.6.2</li>
|
213
|
+
<li class='tc'>October 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="mai&#
|
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.6.
|
164
|
-
<li class='tc'>
|
163
|
+
<li class='tl'>Chef 11.6.2</li>
|
164
|
+
<li class='tc'>October 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="&#
|
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="&#
|
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.6.
|
235
|
-
<li class='tc'>
|
234
|
+
<li class='tl'>Chef 11.6.2</li>
|
235
|
+
<li class='tc'>October 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="&#
|
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.6.
|
375
|
-
<li class='tc'>
|
374
|
+
<li class='tl'>Chef 11.6.2</li>
|
375
|
+
<li class='tc'>October 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="mai&#
|
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="&#
|
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.6.
|
229
|
-
<li class='tc'>
|
228
|
+
<li class='tl'>Chef 11.6.2</li>
|
229
|
+
<li class='tc'>October 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="mai&#
|
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="&#
|
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.6.
|
259
|
-
<li class='tc'>
|
258
|
+
<li class='tl'>Chef 11.6.2</li>
|
259
|
+
<li class='tc'>October 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.6.
|
128
|
-
<li class='tc'>
|
127
|
+
<li class='tl'>Chef 11.6.2</li>
|
128
|
+
<li class='tc'>October 2013</li>
|
129
129
|
<li class='tr'>knife-exec(1)</li>
|
130
130
|
</ol>
|
131
131
|
|