diff options
author | danielsdeleo <dan@opscode.com> | 2013-06-26 19:42:17 -0700 |
---|---|---|
committer | danielsdeleo <dan@opscode.com> | 2013-06-26 19:42:17 -0700 |
commit | efd9477221322709182285892bacecf367502193 (patch) | |
tree | aa88350cd97557e3a0afc7bb3044155235d9b60f /distro/common/html/chef-solo.8.html | |
parent | 52fcfa083c04ca0d7e847adda6f269a87cd378ad (diff) | |
download | chef-efd9477221322709182285892bacecf367502193.tar.gz |
Regenerate docs for 11.6.0.rc.011.6.0.rc.0
Diffstat (limited to 'distro/common/html/chef-solo.8.html')
-rw-r--r-- | distro/common/html/chef-solo.8.html | 30 |
1 files changed, 12 insertions, 18 deletions
diff --git a/distro/common/html/chef-solo.8.html b/distro/common/html/chef-solo.8.html index 7c842cc67f..f1da97caf5 100644 --- a/distro/common/html/chef-solo.8.html +++ b/distro/common/html/chef-solo.8.html @@ -109,11 +109,9 @@ To do this, the complete cookbook needs to be present on disk.</p> This configuration file has two required variables: file_cache_path and cookbook_path.</p> -<p>For example:</p> - -<pre><code>file_cache_path "/var/chef-solo" -cookbook_path "/var/chef-solo/cookbooks" -</code></pre> +<p>For example: + file_cache_path "/var/chef-solo" + cookbook_path "/var/chef-solo/cookbooks"</p> <p>For your own systems, you can change this to reflect any directory you like, but you'll need to specify absolute paths and the cookbook_path directory @@ -122,11 +120,9 @@ should be a subdirectory of the file_cache_path.</p> <p>You can also specify cookbook_path as an array, passing multiple locations to search for cookbooks.</p> -<p>For example:</p> - -<pre><code>file_cache_path "/var/chef-solo" -cookbook_path ["/var/chef-solo/cookbooks", "/var/chef-solo/site-cookbooks"] -</code></pre> +<p>For example: + file_cache_path "/var/chef-solo" + cookbook_path ["/var/chef-solo/cookbooks", "/var/chef-solo/site-cookbooks"]</p> <p>Note that earlier entries are now overridden by later ones.</p> @@ -154,10 +150,8 @@ attributes and use the run_list from the JSON file specified.</p> <p>You can use -c to specify the path to the configuration file (if you don't want chef-solo to use the default). You can also specify -r for a cookbook tarball.</p> -<p>For example:</p> - -<pre><code>chef-solo -c ~/solo.rb -j ~/node.json -r http://www.example.com/chef-solo.tar.gz -</code></pre> +<p>For example: + chef-solo -c ~/solo.rb -j ~/node.json -r http://www.example.com/chef-solo.tar.gz</p> <p>In the above case, chef-solo would extract the tarball to your specified cookbook_path, use ~/solo.rb as the configuration file, and apply attributes @@ -170,9 +164,9 @@ http://wiki.opscode.com/display/chef/Home.</p> <h2 id="AUTHOR">AUTHOR</h2> -<p>Chef was written by Adam Jacob <a href="mailto:adam@ospcode.com" data-bare-link="true">adam@ospcode.com</a> of Opscode +<p>Chef was written by Adam Jacob <a href="mailto:adam@ospcode.com" data-bare-link="true">adam@ospcode.com</a> of Opscode (http://www.opscode.com), with contributions from the community. This -manual page was written by Joshua Timberman <a href="mailto:joshua@opscode.com" data-bare-link="true">joshua@opscode.com</a> with +manual page was written by Joshua Timberman <a href="mailto:joshua@opscode.com" data-bare-link="true">joshua@opscode.com</a> with help2man. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.</p> @@ -181,8 +175,8 @@ found in /usr/share/common-licenses/Apache-2.0.</p> <ol class='man-decor man-foot man foot'> - <li class='tl'>Chef 11.2.0</li> - <li class='tc'>February 2013</li> + <li class='tl'>Chef 11.6.0.rc.0</li> + <li class='tc'>June 2013</li> <li class='tr'>chef-solo(8)</li> </ol> |