From 406c7f759a98efe293df96a29ad889d7fd41f6b1 Mon Sep 17 00:00:00 2001 From: Bryan McLellan Date: Wed, 17 Oct 2012 11:27:31 -0700 Subject: The rest of 10.16.0.rc.1 --- chef-expander/lib/chef/expander/version.rb | 2 +- chef-server-api/lib/chef-server-api/version.rb | 2 +- chef-server-webui/lib/chef-server-webui/version.rb | 2 +- chef-server/lib/chef-server/version.rb | 2 +- chef-solr/lib/chef/solr/version.rb | 2 +- chef/distro/common/html/chef-client.8.html | 10 ++++------ chef/distro/common/html/chef-expander.8.html | 8 ++++---- chef/distro/common/html/chef-expanderctl.8.html | 8 ++++---- chef/distro/common/html/chef-server-webui.8.html | 8 ++++---- chef/distro/common/html/chef-server.8.html | 8 ++++---- chef/distro/common/html/chef-solo.8.html | 8 ++++---- chef/distro/common/html/chef-solr.8.html | 8 ++++---- chef/distro/common/html/knife-bootstrap.1.html | 12 +++++++----- chef/distro/common/html/knife-client.1.html | 10 +++++----- chef/distro/common/html/knife-configure.1.html | 8 ++++---- chef/distro/common/html/knife-cookbook-site.1.html | 14 +++++++------- chef/distro/common/html/knife-cookbook.1.html | 8 ++++---- chef/distro/common/html/knife-data-bag.1.html | 8 ++++---- chef/distro/common/html/knife-environment.1.html | 8 ++++---- chef/distro/common/html/knife-exec.1.html | 8 ++++---- chef/distro/common/html/knife-index.1.html | 10 +++++----- chef/distro/common/html/knife-node.1.html | 10 +++++----- chef/distro/common/html/knife-role.1.html | 8 ++++---- chef/distro/common/html/knife-search.1.html | 8 ++++---- chef/distro/common/html/knife-ssh.1.html | 10 +++++----- chef/distro/common/html/knife-status.1.html | 8 ++++---- chef/distro/common/html/knife-tag.1.html | 10 +++++----- chef/distro/common/html/knife.1.html | 10 +++++----- chef/distro/common/html/shef.1.html | 16 ++++++++-------- chef/distro/common/man/man1/knife-bootstrap.1 | 6 +++++- chef/distro/common/man/man1/knife-client.1 | 2 +- chef/distro/common/man/man1/knife-configure.1 | 2 +- chef/distro/common/man/man1/knife-cookbook-site.1 | 2 +- chef/distro/common/man/man1/knife-cookbook.1 | 2 +- chef/distro/common/man/man1/knife-data-bag.1 | 2 +- chef/distro/common/man/man1/knife-environment.1 | 2 +- chef/distro/common/man/man1/knife-exec.1 | 2 +- chef/distro/common/man/man1/knife-index.1 | 2 +- chef/distro/common/man/man1/knife-node.1 | 2 +- chef/distro/common/man/man1/knife-role.1 | 2 +- chef/distro/common/man/man1/knife-search.1 | 2 +- chef/distro/common/man/man1/knife-ssh.1 | 2 +- chef/distro/common/man/man1/knife-status.1 | 2 +- chef/distro/common/man/man1/knife-tag.1 | 2 +- chef/distro/common/man/man1/knife.1 | 10 +++++----- chef/distro/common/man/man1/shef.1 | 2 +- chef/distro/common/man/man8/chef-client.8 | 6 +----- chef/distro/common/man/man8/chef-expander.8 | 2 +- chef/distro/common/man/man8/chef-expanderctl.8 | 2 +- chef/distro/common/man/man8/chef-server-webui.8 | 2 +- chef/distro/common/man/man8/chef-server.8 | 2 +- chef/distro/common/man/man8/chef-solo.8 | 2 +- chef/distro/common/man/man8/chef-solr.8 | 2 +- 53 files changed, 149 insertions(+), 149 deletions(-) diff --git a/chef-expander/lib/chef/expander/version.rb b/chef-expander/lib/chef/expander/version.rb index 2545594f00..453751933e 100644 --- a/chef-expander/lib/chef/expander/version.rb +++ b/chef-expander/lib/chef/expander/version.rb @@ -23,7 +23,7 @@ require 'open3' module Chef module Expander - VERSION = "10.16.0.rc.0" + VERSION = "10.16.0.rc.1" def self.version @rev ||= begin diff --git a/chef-server-api/lib/chef-server-api/version.rb b/chef-server-api/lib/chef-server-api/version.rb index bb91494b27..c9307a9cd6 100644 --- a/chef-server-api/lib/chef-server-api/version.rb +++ b/chef-server-api/lib/chef-server-api/version.rb @@ -1,3 +1,3 @@ module ChefServerApi - VERSION = '10.16.0.rc.0' + VERSION = '10.16.0.rc.1' end diff --git a/chef-server-webui/lib/chef-server-webui/version.rb b/chef-server-webui/lib/chef-server-webui/version.rb index 66f50f1e53..30a81898cc 100644 --- a/chef-server-webui/lib/chef-server-webui/version.rb +++ b/chef-server-webui/lib/chef-server-webui/version.rb @@ -1,3 +1,3 @@ module ChefServerWebui - VERSION = '10.16.0.rc.0' + VERSION = '10.16.0.rc.1' end diff --git a/chef-server/lib/chef-server/version.rb b/chef-server/lib/chef-server/version.rb index 329d21ab09..64043ba248 100644 --- a/chef-server/lib/chef-server/version.rb +++ b/chef-server/lib/chef-server/version.rb @@ -17,5 +17,5 @@ # module ChefServer - VERSION = '10.16.0.rc.0' + VERSION = '10.16.0.rc.1' end diff --git a/chef-solr/lib/chef/solr/version.rb b/chef-solr/lib/chef/solr/version.rb index 3d52094476..c6d19b2804 100644 --- a/chef-solr/lib/chef/solr/version.rb +++ b/chef-solr/lib/chef/solr/version.rb @@ -1,6 +1,6 @@ class Chef class Solr - VERSION = '10.16.0.rc.0' + VERSION = '10.16.0.rc.1' # Solr Schema. Used to detect incompatibilities between installed solr and # chef-solr versions. diff --git a/chef/distro/common/html/chef-client.8.html b/chef/distro/common/html/chef-client.8.html index 8d2ac63805..c2b1daff47 100644 --- a/chef/distro/common/html/chef-client.8.html +++ b/chef/distro/common/html/chef-client.8.html @@ -92,8 +92,6 @@
-l, --log_level LEVEL
Set the log level (debug, info, warn, error, fatal)
-L, --logfile LOGLOCATION
Set the log file location, defaults to STDOUT - recommended for daemonizing
-
-V, --verbose
Ensures logging goes to STDOUT as well as to other configured -log location(s).
-N, --node-name NODE_NAME
The node name for this client
-o, --override-runlist
Replace current run list with specified items
-K, --validation_key KEY_FILE
Set the validation key file location, used for registering new clients
@@ -126,9 +124,9 @@ wiki, http://wiki.opscode.com/display/chef/Home.

AUTHOR

-

Chef was written by Adam Jacob adam@ospcode.com of Opscode +

Chef was written by Adam Jacob adam@ospcode.com of Opscode (http://www.opscode.com), with contributions from the community. This -manual page was written by Joshua Timberman joshua@opscode.com with +manual page was written by Joshua Timberman joshua@opscode.com with help2man. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

@@ -137,8 +135,8 @@ found in /usr/share/common-licenses/Apache-2.0.

    -
  1. Chef 10.12.0
  2. -
  3. June 2012
  4. +
  5. Chef 10.16.0.rc.1
  6. +
  7. October 2012
  8. chef-client(8)
diff --git a/chef/distro/common/html/chef-expander.8.html b/chef/distro/common/html/chef-expander.8.html index 079204fc78..2d5c616871 100644 --- a/chef/distro/common/html/chef-expander.8.html +++ b/chef/distro/common/html/chef-expander.8.html @@ -143,9 +143,9 @@ wiki, http://wiki.opscode.com/display/chef/Home.

AUTHOR

-

Chef was written by Adam Jacob adam@ospcode.com of Opscode +

Chef was written by Adam Jacob adam@ospcode.com of Opscode (http://www.opscode.com), with contributions from the community. This -manual page was created by Nuo Yan nuo@opscode.com. Permission is +manual page was created by Nuo Yan nuo@opscode.com. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

@@ -154,8 +154,8 @@ found in /usr/share/common-licenses/Apache-2.0.

    -
  1. Chef 10.12.0
  2. -
  3. June 2012
  4. +
  5. Chef 10.16.0.rc.1
  6. +
  7. October 2012
  8. chef-expander(8)
diff --git a/chef/distro/common/html/chef-expanderctl.8.html b/chef/distro/common/html/chef-expanderctl.8.html index 7986749d89..b7abb1f8c1 100644 --- a/chef/distro/common/html/chef-expanderctl.8.html +++ b/chef/distro/common/html/chef-expanderctl.8.html @@ -125,9 +125,9 @@ wiki, http://wiki.opscode.com/display/chef/Home.

AUTHOR

-

Chef was written by Adam Jacob adam@ospcode.com of Opscode +

Chef was written by Adam Jacob adam@ospcode.com of Opscode (http://www.opscode.com), with contributions from the community. This -manual page was created by Nuo Yan nuo@opscode.com. Permission is +manual page was created by Nuo Yan nuo@opscode.com. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

@@ -136,8 +136,8 @@ found in /usr/share/common-licenses/Apache-2.0.

    -
  1. Chef 10.12.0
  2. -
  3. June 2012
  4. +
  5. Chef 10.16.0.rc.1
  6. +
  7. October 2012
  8. chef-expanderctl(8)
diff --git a/chef/distro/common/html/chef-server-webui.8.html b/chef/distro/common/html/chef-server-webui.8.html index dbc53b3b7b..4d30c589b6 100644 --- a/chef/distro/common/html/chef-server-webui.8.html +++ b/chef/distro/common/html/chef-server-webui.8.html @@ -163,9 +163,9 @@ is located on the Chef wiki, http://wiki.opscode.com/display/chef/Home.

AUTHOR

-

Chef was written by Adam Jacob adam@ospcode.com of Opscode +

Chef was written by Adam Jacob adam@ospcode.com of Opscode (http://www.opscode.com), with contributions from the community. This -manual page was written by Joshua Timberman joshua@opscode.com with +manual page was written by Joshua Timberman joshua@opscode.com with help2man for the Debian project (but may be used by others). Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

@@ -175,8 +175,8 @@ found in /usr/share/common-licenses/Apache-2.0.

    -
  1. Chef 10.12.0
  2. -
  3. June 2012
  4. +
  5. Chef 10.16.0.rc.1
  6. +
  7. October 2012
  8. chef-server-webui(8)
diff --git a/chef/distro/common/html/chef-server.8.html b/chef/distro/common/html/chef-server.8.html index c7a17203eb..eb9a63bad3 100644 --- a/chef/distro/common/html/chef-server.8.html +++ b/chef/distro/common/html/chef-server.8.html @@ -161,9 +161,9 @@ wiki, http://wiki.opscode.com/display/chef/Home.

AUTHOR

-

Chef was written by Adam Jacob adam@ospcode.com of Opscode +

Chef was written by Adam Jacob adam@ospcode.com of Opscode (http://www.opscode.com), with contributions from the community. This -manual page was written by Joshua Timberman joshua@opscode.com with +manual page was written by Joshua Timberman joshua@opscode.com with help2man. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

@@ -172,8 +172,8 @@ found in /usr/share/common-licenses/Apache-2.0.

    -
  1. Chef 10.12.0
  2. -
  3. June 2012
  4. +
  5. Chef 10.16.0.rc.1
  6. +
  7. October 2012
  8. chef-server(8)
diff --git a/chef/distro/common/html/chef-solo.8.html b/chef/distro/common/html/chef-solo.8.html index 63fd899fae..267d1775e6 100644 --- a/chef/distro/common/html/chef-solo.8.html +++ b/chef/distro/common/html/chef-solo.8.html @@ -170,9 +170,9 @@ http://wiki.opscode.com/display/chef/Home.

AUTHOR

-

Chef was written by Adam Jacob adam@ospcode.com of Opscode +

Chef was written by Adam Jacob adam@ospcode.com of Opscode (http://www.opscode.com), with contributions from the community. This -manual page was written by Joshua Timberman joshua@opscode.com with +manual page was written by Joshua Timberman joshua@opscode.com with help2man. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

@@ -181,8 +181,8 @@ found in /usr/share/common-licenses/Apache-2.0.

    -
  1. Chef 10.12.0
  2. -
  3. June 2012
  4. +
  5. Chef 10.16.0.rc.1
  6. +
  7. October 2012
  8. chef-solo(8)
diff --git a/chef/distro/common/html/chef-solr.8.html b/chef/distro/common/html/chef-solr.8.html index 3021c97a19..0d9ecdfd2a 100644 --- a/chef/distro/common/html/chef-solr.8.html +++ b/chef/distro/common/html/chef-solr.8.html @@ -144,9 +144,9 @@ wiki, http://wiki.opscode.com/display/chef/Home.

AUTHOR

-

Chef was written by Adam Jacob adam@ospcode.com of Opscode +

Chef was written by Adam Jacob adam@ospcode.com of Opscode (http://www.opscode.com), with contributions from the community. This -manual page was written by Joshua Timberman joshua@opscode.com with +manual page was written by Joshua Timberman joshua@opscode.com with help2man. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

@@ -155,8 +155,8 @@ found in /usr/share/common-licenses/Apache-2.0.

    -
  1. Chef 10.12.0
  2. -
  3. June 2012
  4. +
  5. Chef 10.16.0.rc.1
  6. +
  7. October 2012
  8. chef-solr(8)
diff --git a/chef/distro/common/html/knife-bootstrap.1.html b/chef/distro/common/html/knife-bootstrap.1.html index ed8a1aae43..ada2b0da4c 100644 --- a/chef/distro/common/html/knife-bootstrap.1.html +++ b/chef/distro/common/html/knife-bootstrap.1.html @@ -99,6 +99,8 @@
--sudo
Execute the bootstrap via sudo
-d, --distro DISTRO
Bootstrap a distro using a template
--[no-]host-key-verify
Enable host key verification, which is the default behavior.
+
--hint HINT_NAME[=HINT_FILE]
Provide the name of a hint (with option JSON file) to set for use by +Ohai plugins.
@@ -216,21 +218,21 @@ to other users via the process list using tools such as ps

AUTHOR

-

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

+

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

DOCUMENTATION

-

This manual page was written by Joshua Timberman joshua@opscode.com. +

This manual page was written by Joshua Timberman joshua@opscode.com. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

CHEF

-

Knife is distributed with Chef. http://wiki.opscode.com/display/chef/Home

+

Knife is distributed with Chef. http://wiki.opscode.com/display/chef/Home

    -
  1. Chef 10.12.0
  2. -
  3. June 2012
  4. +
  5. Chef 10.16.0.rc.1
  6. +
  7. October 2012
  8. knife-bootstrap(1)
diff --git a/chef/distro/common/html/knife-client.1.html b/chef/distro/common/html/knife-client.1.html index f724e550b8..2501408517 100644 --- a/chef/distro/common/html/knife-client.1.html +++ b/chef/distro/common/html/knife-client.1.html @@ -196,21 +196,21 @@ setting up a host for management with Chef.

AUTHOR

-

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

+

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

DOCUMENTATION

-

This manual page was written by Joshua Timberman joshua@opscode.com. +

This manual page was written by Joshua Timberman joshua@opscode.com. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

CHEF

-

Knife is distributed with Chef. http://wiki.opscode.com/display/chef/Home

+

Knife is distributed with Chef. http://wiki.opscode.com/display/chef/Home

    -
  1. Chef 10.12.0
  2. -
  3. June 2012
  4. +
  5. Chef 10.16.0.rc.1
  6. +
  7. October 2012
  8. knife-client(1)
diff --git a/chef/distro/common/html/knife-configure.1.html b/chef/distro/common/html/knife-configure.1.html index e20e6e2c88..3f0cc7e129 100644 --- a/chef/distro/common/html/knife-configure.1.html +++ b/chef/distro/common/html/knife-configure.1.html @@ -147,11 +147,11 @@ may need to modify that setting after copying to a remote host.

AUTHOR

-

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

+

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

DOCUMENTATION

-

This manual page was written by Joshua Timberman joshua@opscode.com. +

This manual page was written by Joshua Timberman joshua@opscode.com. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

CHEF

@@ -160,8 +160,8 @@ may need to modify that setting after copying to a remote host.

    -
  1. Chef 10.12.0
  2. -
  3. June 2012
  4. +
  5. Chef 10.16.0.rc.1
  6. +
  7. October 2012
  8. knife-configure(1)
diff --git a/chef/distro/common/html/knife-cookbook-site.1.html b/chef/distro/common/html/knife-cookbook-site.1.html index 3d4115f747..17f128e0a7 100644 --- a/chef/distro/common/html/knife-cookbook-site.1.html +++ b/chef/distro/common/html/knife-cookbook-site.1.html @@ -192,7 +192,7 @@ configuration file.

DESCRIPTION

-

The cookbook site, http://community.opscode.com/, is a cookbook +

The cookbook site, http://community.opscode.com/, is a cookbook distribution service operated by Opscode. This service provides users with a central location to publish cookbooks for sharing with other community members.

@@ -214,25 +214,25 @@ configuration file.

SEE ALSO

knife-cookbook(1) - http://community.opscode.com/cookbooks

+ http://community.opscode.com/cookbooks

AUTHOR

-

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

+

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

DOCUMENTATION

-

This manual page was written by Joshua Timberman joshua@opscode.com. +

This manual page was written by Joshua Timberman joshua@opscode.com. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

CHEF

-

Knife is distributed with Chef. http://wiki.opscode.com/display/chef/Home

+

Knife is distributed with Chef. http://wiki.opscode.com/display/chef/Home

    -
  1. Chef 10.12.0
  2. -
  3. June 2012
  4. +
  5. Chef 10.16.0.rc.1
  6. +
  7. October 2012
  8. knife-cookbook-site(1)
diff --git a/chef/distro/common/html/knife-cookbook.1.html b/chef/distro/common/html/knife-cookbook.1.html index 6e9a9990d9..44978911c7 100644 --- a/chef/distro/common/html/knife-cookbook.1.html +++ b/chef/distro/common/html/knife-cookbook.1.html @@ -361,11 +361,11 @@ cookbook.

AUTHOR

-

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

+

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

DOCUMENTATION

-

This manual page was written by Joshua Timberman joshua@opscode.com. +

This manual page was written by Joshua Timberman joshua@opscode.com. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

CHEF

@@ -374,8 +374,8 @@ cookbook.

    -
  1. Chef 10.12.0
  2. -
  3. June 2012
  4. +
  5. Chef 10.16.0.rc.1
  6. +
  7. October 2012
  8. knife-cookbook(1)
diff --git a/chef/distro/common/html/knife-data-bag.1.html b/chef/distro/common/html/knife-data-bag.1.html index 5c2fa1e657..b9cce7c364 100644 --- a/chef/distro/common/html/knife-data-bag.1.html +++ b/chef/distro/common/html/knife-data-bag.1.html @@ -215,11 +215,11 @@ encryption keys.

AUTHOR

-

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

+

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

DOCUMENTATION

-

This manual page was written by Joshua Timberman joshua@opscode.com. +

This manual page was written by Joshua Timberman joshua@opscode.com. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

CHEF

@@ -228,8 +228,8 @@ encryption keys.

    -
  1. Chef 10.12.0
  2. -
  3. June 2012
  4. +
  5. Chef 10.16.0.rc.1
  6. +
  7. October 2012
  8. knife-data-bag(1)
diff --git a/chef/distro/common/html/knife-environment.1.html b/chef/distro/common/html/knife-environment.1.html index 70715bf65c..7fe006a3f6 100644 --- a/chef/distro/common/html/knife-environment.1.html +++ b/chef/distro/common/html/knife-environment.1.html @@ -244,11 +244,11 @@ override_attributes "aws_s3_bucket" => "production"

AUTHOR

-

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

+

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

DOCUMENTATION

-

This manual page was written by Daniel DeLeo dan@opscode.com. +

This manual page was written by Daniel DeLeo dan@opscode.com. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

CHEF

@@ -257,8 +257,8 @@ override_attributes "aws_s3_bucket" => "production"
    -
  1. Chef 10.12.0
  2. -
  3. June 2012
  4. +
  5. Chef 10.16.0.rc.1
  6. +
  7. October 2012
  8. knife-environment(1)
diff --git a/chef/distro/common/html/knife-exec.1.html b/chef/distro/common/html/knife-exec.1.html index 6a1211711d..257712220a 100644 --- a/chef/distro/common/html/knife-exec.1.html +++ b/chef/distro/common/html/knife-exec.1.html @@ -111,11 +111,11 @@ commands available.

AUTHOR

-

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

+

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

DOCUMENTATION

-

This manual page was written by Joshua Timberman joshua@opscode.com. +

This manual page was written by Joshua Timberman joshua@opscode.com. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

CHEF

@@ -124,8 +124,8 @@ commands available.

    -
  1. Chef 10.12.0
  2. -
  3. June 2012
  4. +
  5. Chef 10.16.0.rc.1
  6. +
  7. October 2012
  8. knife-exec(1)
diff --git a/chef/distro/common/html/knife-index.1.html b/chef/distro/common/html/knife-index.1.html index a206eb7955..c0c80d917b 100644 --- a/chef/distro/common/html/knife-index.1.html +++ b/chef/distro/common/html/knife-index.1.html @@ -102,21 +102,21 @@ time for all objects to be indexed and available for search.

AUTHOR

-

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

+

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

DOCUMENTATION

-

This manual page was written by Joshua Timberman joshua@opscode.com. +

This manual page was written by Joshua Timberman joshua@opscode.com. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

CHEF

-

Knife is distributed with Chef. http://wiki.opscode.com/display/chef/Home

+

Knife is distributed with Chef. http://wiki.opscode.com/display/chef/Home

    -
  1. Chef 10.12.0
  2. -
  3. June 2012
  4. +
  5. Chef 10.16.0.rc.1
  6. +
  7. October 2012
  8. knife-index(1)
diff --git a/chef/distro/common/html/knife-node.1.html b/chef/distro/common/html/knife-node.1.html index 713f36d0a6..f0110de21a 100644 --- a/chef/distro/common/html/knife-node.1.html +++ b/chef/distro/common/html/knife-node.1.html @@ -227,21 +227,21 @@ run list, the correct syntax is "role[ROLE_NAME]"

AUTHOR

-

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

+

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

DOCUMENTATION

-

This manual page was written by Joshua Timberman joshua@opscode.com. +

This manual page was written by Joshua Timberman joshua@opscode.com. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

CHEF

-

Knife is distributed with Chef. http://wiki.opscode.com/display/chef/Home

+

Knife is distributed with Chef. http://wiki.opscode.com/display/chef/Home

    -
  1. Chef 10.12.0
  2. -
  3. June 2012
  4. +
  5. Chef 10.16.0.rc.1
  6. +
  7. October 2012
  8. knife-node(1)
diff --git a/chef/distro/common/html/knife-role.1.html b/chef/distro/common/html/knife-role.1.html index ef71db5835..efc35457c2 100644 --- a/chef/distro/common/html/knife-role.1.html +++ b/chef/distro/common/html/knife-role.1.html @@ -177,11 +177,11 @@ run_list.

AUTHOR

-

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

+

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

DOCUMENTATION

-

This manual page was written by Joshua Timberman joshua@opscode.com. +

This manual page was written by Joshua Timberman joshua@opscode.com. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

CHEF

@@ -190,8 +190,8 @@ run_list.

    -
  1. Chef 10.12.0
  2. -
  3. June 2012
  4. +
  5. Chef 10.16.0.rc.1
  6. +
  7. October 2012
  8. knife-role(1)
diff --git a/chef/distro/common/html/knife-search.1.html b/chef/distro/common/html/knife-search.1.html index 9f7ca21131..1a2aeb37b9 100644 --- a/chef/distro/common/html/knife-search.1.html +++ b/chef/distro/common/html/knife-search.1.html @@ -265,11 +265,11 @@ www.example.com:

AUTHOR

-

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

+

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

DOCUMENTATION

-

This manual page was written by Joshua Timberman joshua@opscode.com. +

This manual page was written by Joshua Timberman joshua@opscode.com. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

CHEF

@@ -278,8 +278,8 @@ www.example.com:

    -
  1. Chef 10.12.0
  2. -
  3. June 2012
  4. +
  5. Chef 10.16.0.rc.1
  6. +
  7. October 2012
  8. knife-search(1)
diff --git a/chef/distro/common/html/knife-ssh.1.html b/chef/distro/common/html/knife-ssh.1.html index 52570dbca6..a1fec75527 100644 --- a/chef/distro/common/html/knife-ssh.1.html +++ b/chef/distro/common/html/knife-ssh.1.html @@ -133,21 +133,21 @@ option.

AUTHOR

-

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

+

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

DOCUMENTATION

-

This manual page was written by Joshua Timberman joshua@opscode.com. +

This manual page was written by Joshua Timberman joshua@opscode.com. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

CHEF

-

Knife is distributed with Chef. http://wiki.opscode.com/display/chef/Home

+

Knife is distributed with Chef. http://wiki.opscode.com/display/chef/Home

    -
  1. Chef 10.12.0
  2. -
  3. June 2012
  4. +
  5. Chef 10.16.0.rc.1
  6. +
  7. October 2012
  8. knife-ssh(1)
diff --git a/chef/distro/common/html/knife-status.1.html b/chef/distro/common/html/knife-status.1.html index 1f7776d042..e621df0e62 100644 --- a/chef/distro/common/html/knife-status.1.html +++ b/chef/distro/common/html/knife-status.1.html @@ -105,11 +105,11 @@ may not be publicly reachable.

AUTHOR

-

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

+

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

DOCUMENTATION

-

This manual page was written by Joshua Timberman joshua@opscode.com. +

This manual page was written by Joshua Timberman joshua@opscode.com. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

CHEF

@@ -118,8 +118,8 @@ may not be publicly reachable.

    -
  1. Chef 10.12.0
  2. -
  3. June 2012
  4. +
  5. Chef 10.16.0.rc.1
  6. +
  7. October 2012
  8. knife-status(1)
diff --git a/chef/distro/common/html/knife-tag.1.html b/chef/distro/common/html/knife-tag.1.html index 86ca275e7b..2ab55e04b0 100644 --- a/chef/distro/common/html/knife-tag.1.html +++ b/chef/distro/common/html/knife-tag.1.html @@ -114,21 +114,21 @@

AUTHOR

-

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

+

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

DOCUMENTATION

-

This manual page was written by Daniel DeLeo dan@opscode.com. +

This manual page was written by Daniel DeLeo dan@opscode.com. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

CHEF

-

Knife is distributed with Chef. http://wiki.opscode.com/display/chef/Home

+

Knife is distributed with Chef. http://wiki.opscode.com/display/chef/Home

    -
  1. Chef 10.12.0
  2. -
  3. June 2012
  4. +
  5. Chef 10.16.0.rc.1
  6. +
  7. October 2012
  8. knife-tag(1)
diff --git a/chef/distro/common/html/knife.1.html b/chef/distro/common/html/knife.1.html index aa8f9f136d..402503b835 100644 --- a/chef/distro/common/html/knife.1.html +++ b/chef/distro/common/html/knife.1.html @@ -132,11 +132,11 @@ documentation using knife help TOPIC.

-E, --environment ENVIRONMENT
Set the Chef environment
-e, --editor EDITOR
Set the editor to use for interactive commands
-F, --format FORMAT
Which format to use for output. See FORMATS for details.
-
-V, --verbose
More verbose output. Use twice for max verbosity
-d, --disable-editing
Do not open EDITOR, just accept the data as is
-u, --user USER
API Client Username, corresponds to Chef::Config node_name.
-p, --print-after
Show the data after a destructive operation
-v, --version
Show chef version
+
-V, --verbose
More verbose output. Use twice for max verbosity.
-y, --yes
Say yes to all prompts for confirmation
--defaults
Accept default values for all questions
--[no-]color
Use colored output. Color enabled by default.
@@ -291,12 +291,12 @@ data editing entirely.

AUTHOR

-

Chef was written by Adam Jacob adam@opscode.com of Opscode +

Chef was written by Adam Jacob adam@opscode.com of Opscode (http://www.opscode.com), with contributions from the community.

DOCUMENTATION

-

This manual page was written by Joshua Timberman joshua@opscode.com.

+

This manual page was written by Joshua Timberman joshua@opscode.com.

LICENSE

@@ -310,8 +310,8 @@ data editing entirely.
    -
  1. Chef 10.12.0
  2. -
  3. June 2012
  4. +
  5. Chef 10.16.0.rc.1
  6. +
  7. October 2012
  8. knife(1)
diff --git a/chef/distro/common/html/shef.1.html b/chef/distro/common/html/shef.1.html index dde36f6fa9..614445947d 100644 --- a/chef/distro/common/html/shef.1.html +++ b/chef/distro/common/html/shef.1.html @@ -205,8 +205,8 @@ DSL is outside the scope of this document. See the following pages in the Chef documentation for more information:

@@ -254,27 +254,27 @@ and may become out of sync with the behavior of those libraries.

SEE ALSO

chef-client(8) knife(1) - http://wiki.opscode.com/display/chef/Shef

+ http://wiki.opscode.com/display/chef/Shef

AUTHOR

-

Chef was written by Adam Jacob adam@opscode.com with many +

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community. Shef was written by Daniel DeLeo.

DOCUMENTATION

-

This manual page was written by Daniel DeLeo dan@opscode.com. +

This manual page was written by Daniel DeLeo dan@opscode.com. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

CHEF

-

Shef is distributed with Chef. http://wiki.opscode.com/display/chef/Home

+

Shef is distributed with Chef. http://wiki.opscode.com/display/chef/Home

    -
  1. Chef 10.12.0
  2. -
  3. June 2012
  4. +
  5. Chef 10.16.0.rc.1
  6. +
  7. October 2012
  8. shef(1)
diff --git a/chef/distro/common/man/man1/knife-bootstrap.1 b/chef/distro/common/man/man1/knife-bootstrap.1 index 7b52f30336..8a7990db8c 100644 --- a/chef/distro/common/man/man1/knife-bootstrap.1 +++ b/chef/distro/common/man/man1/knife-bootstrap.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "KNIFE\-BOOTSTRAP" "1" "June 2012" "Chef 10.12.0" "Chef Manual" +.TH "KNIFE\-BOOTSTRAP" "1" "October 2012" "Chef 10.16.0.rc.1" "Chef Manual" . .SH "NAME" \fBknife\-bootstrap\fR \- Install Chef Client on a remote host @@ -61,6 +61,10 @@ Bootstrap a distro using a template \fB\-\-[no\-]host\-key\-verify\fR Enable host key verification, which is the default behavior\. . +.TP +\fB\-\-hint HINT_NAME[=HINT_FILE]\fR +Provide the name of a hint (with option JSON file) to set for use by Ohai plugins\. +. .SH "DESCRIPTION" Performs a Chef Bootstrap on the target node\. The goal of the bootstrap is to get Chef installed on the target system so it can run Chef Client with a Chef Server\. The main assumption is a baseline OS installation exists\. This sub\-command is used internally by some cloud computing plugins\. . diff --git a/chef/distro/common/man/man1/knife-client.1 b/chef/distro/common/man/man1/knife-client.1 index 3fc078e51f..6b60b19ff3 100644 --- a/chef/distro/common/man/man1/knife-client.1 +++ b/chef/distro/common/man/man1/knife-client.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "KNIFE\-CLIENT" "1" "June 2012" "Chef 10.12.0" "Chef Manual" +.TH "KNIFE\-CLIENT" "1" "October 2012" "Chef 10.16.0.rc.1" "Chef Manual" . .SH "NAME" \fBknife\-client\fR \- Manage Chef API Clients diff --git a/chef/distro/common/man/man1/knife-configure.1 b/chef/distro/common/man/man1/knife-configure.1 index 85c72dc621..de0dda8764 100644 --- a/chef/distro/common/man/man1/knife-configure.1 +++ b/chef/distro/common/man/man1/knife-configure.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "KNIFE\-CONFIGURE" "1" "June 2012" "Chef 10.12.0" "Chef Manual" +.TH "KNIFE\-CONFIGURE" "1" "October 2012" "Chef 10.16.0.rc.1" "Chef Manual" . .SH "NAME" \fBknife\-configure\fR \- Generate configuration files for knife or Chef Client diff --git a/chef/distro/common/man/man1/knife-cookbook-site.1 b/chef/distro/common/man/man1/knife-cookbook-site.1 index b3267a2937..5a61320440 100644 --- a/chef/distro/common/man/man1/knife-cookbook-site.1 +++ b/chef/distro/common/man/man1/knife-cookbook-site.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "KNIFE\-COOKBOOK\-SITE" "1" "June 2012" "Chef 10.12.0" "Chef Manual" +.TH "KNIFE\-COOKBOOK\-SITE" "1" "October 2012" "Chef 10.16.0.rc.1" "Chef Manual" . .SH "NAME" \fBknife\-cookbook\-site\fR \- Install and update open source cookbooks diff --git a/chef/distro/common/man/man1/knife-cookbook.1 b/chef/distro/common/man/man1/knife-cookbook.1 index 1353bb6a86..bed3cee68d 100644 --- a/chef/distro/common/man/man1/knife-cookbook.1 +++ b/chef/distro/common/man/man1/knife-cookbook.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "KNIFE\-COOKBOOK" "1" "June 2012" "Chef 10.12.0" "Chef Manual" +.TH "KNIFE\-COOKBOOK" "1" "October 2012" "Chef 10.16.0.rc.1" "Chef Manual" . .SH "NAME" \fBknife\-cookbook\fR \- upload and manage chef cookbooks diff --git a/chef/distro/common/man/man1/knife-data-bag.1 b/chef/distro/common/man/man1/knife-data-bag.1 index 1fdb07eda7..8052246e87 100644 --- a/chef/distro/common/man/man1/knife-data-bag.1 +++ b/chef/distro/common/man/man1/knife-data-bag.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "KNIFE\-DATA\-BAG" "1" "June 2012" "Chef 10.12.0" "Chef Manual" +.TH "KNIFE\-DATA\-BAG" "1" "October 2012" "Chef 10.16.0.rc.1" "Chef Manual" . .SH "NAME" \fBknife\-data\-bag\fR \- Store arbitrary data on a Chef Server diff --git a/chef/distro/common/man/man1/knife-environment.1 b/chef/distro/common/man/man1/knife-environment.1 index aa6e73454f..f98ca858ca 100644 --- a/chef/distro/common/man/man1/knife-environment.1 +++ b/chef/distro/common/man/man1/knife-environment.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "KNIFE\-ENVIRONMENT" "1" "June 2012" "Chef 10.12.0" "Chef Manual" +.TH "KNIFE\-ENVIRONMENT" "1" "October 2012" "Chef 10.16.0.rc.1" "Chef Manual" . .SH "NAME" \fBknife\-environment\fR \- Define cookbook policies for the environments in your infrastructure diff --git a/chef/distro/common/man/man1/knife-exec.1 b/chef/distro/common/man/man1/knife-exec.1 index 787784788a..63df06920d 100644 --- a/chef/distro/common/man/man1/knife-exec.1 +++ b/chef/distro/common/man/man1/knife-exec.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "KNIFE\-EXEC" "1" "June 2012" "Chef 10.12.0" "Chef Manual" +.TH "KNIFE\-EXEC" "1" "October 2012" "Chef 10.16.0.rc.1" "Chef Manual" . .SH "NAME" \fBknife\-exec\fR \- Run user scripts using the Chef API DSL diff --git a/chef/distro/common/man/man1/knife-index.1 b/chef/distro/common/man/man1/knife-index.1 index 1a14e953cd..ee738b9337 100644 --- a/chef/distro/common/man/man1/knife-index.1 +++ b/chef/distro/common/man/man1/knife-index.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "KNIFE\-INDEX" "1" "June 2012" "Chef 10.12.0" "Chef Manual" +.TH "KNIFE\-INDEX" "1" "October 2012" "Chef 10.16.0.rc.1" "Chef Manual" . .SH "NAME" \fBknife\-index\fR \- Rebuild the search index on a Chef Server diff --git a/chef/distro/common/man/man1/knife-node.1 b/chef/distro/common/man/man1/knife-node.1 index 19ce2e5d5d..a97e713c5f 100644 --- a/chef/distro/common/man/man1/knife-node.1 +++ b/chef/distro/common/man/man1/knife-node.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "KNIFE\-NODE" "1" "June 2012" "Chef 10.12.0" "Chef Manual" +.TH "KNIFE\-NODE" "1" "October 2012" "Chef 10.16.0.rc.1" "Chef Manual" . .SH "NAME" \fBknife\-node\fR \- Manage the hosts in your infrastructure diff --git a/chef/distro/common/man/man1/knife-role.1 b/chef/distro/common/man/man1/knife-role.1 index 2ab781ff7d..07e33f5a71 100644 --- a/chef/distro/common/man/man1/knife-role.1 +++ b/chef/distro/common/man/man1/knife-role.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "KNIFE\-ROLE" "1" "June 2012" "Chef 10.12.0" "Chef Manual" +.TH "KNIFE\-ROLE" "1" "October 2012" "Chef 10.16.0.rc.1" "Chef Manual" . .SH "NAME" \fBknife\-role\fR \- Group common configuration settings diff --git a/chef/distro/common/man/man1/knife-search.1 b/chef/distro/common/man/man1/knife-search.1 index 953a5f6f49..07a27b65d9 100644 --- a/chef/distro/common/man/man1/knife-search.1 +++ b/chef/distro/common/man/man1/knife-search.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "KNIFE\-SEARCH" "1" "June 2012" "Chef 10.12.0" "Chef Manual" +.TH "KNIFE\-SEARCH" "1" "October 2012" "Chef 10.16.0.rc.1" "Chef Manual" . .SH "NAME" \fBknife\-search\fR \- Find objects on a Chef Server by query diff --git a/chef/distro/common/man/man1/knife-ssh.1 b/chef/distro/common/man/man1/knife-ssh.1 index 827745f3ca..9a1120e94c 100644 --- a/chef/distro/common/man/man1/knife-ssh.1 +++ b/chef/distro/common/man/man1/knife-ssh.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "KNIFE\-SSH" "1" "June 2012" "Chef 10.12.0" "Chef Manual" +.TH "KNIFE\-SSH" "1" "October 2012" "Chef 10.16.0.rc.1" "Chef Manual" . .SH "NAME" \fBknife\-ssh\fR \- Run a command or interactive session on multiple remote hosts diff --git a/chef/distro/common/man/man1/knife-status.1 b/chef/distro/common/man/man1/knife-status.1 index fe5136f2ba..af733d39ec 100644 --- a/chef/distro/common/man/man1/knife-status.1 +++ b/chef/distro/common/man/man1/knife-status.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "KNIFE\-STATUS" "1" "June 2012" "Chef 10.12.0" "Chef Manual" +.TH "KNIFE\-STATUS" "1" "October 2012" "Chef 10.16.0.rc.1" "Chef Manual" . .SH "NAME" \fBknife\-status\fR \- Display status information for the nodes in your infrastructure diff --git a/chef/distro/common/man/man1/knife-tag.1 b/chef/distro/common/man/man1/knife-tag.1 index 39e85fd7d4..bcea872242 100644 --- a/chef/distro/common/man/man1/knife-tag.1 +++ b/chef/distro/common/man/man1/knife-tag.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "KNIFE\-TAG" "1" "June 2012" "Chef 10.12.0" "Chef Manual" +.TH "KNIFE\-TAG" "1" "October 2012" "Chef 10.16.0.rc.1" "Chef Manual" . .SH "NAME" \fBknife\-tag\fR \- Apply tags to nodes on a Chef Server diff --git a/chef/distro/common/man/man1/knife.1 b/chef/distro/common/man/man1/knife.1 index ef0944c3f9..06d7034410 100644 --- a/chef/distro/common/man/man1/knife.1 +++ b/chef/distro/common/man/man1/knife.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "KNIFE" "1" "June 2012" "Chef 10.12.0" "Chef Manual" +.TH "KNIFE" "1" "October 2012" "Chef 10.16.0.rc.1" "Chef Manual" . .SH "NAME" \fBknife\fR \- Chef Server API client utility @@ -92,10 +92,6 @@ Set the editor to use for interactive commands Which format to use for output\. See FORMATS for details\. . .TP -\fB\-V\fR, \fB\-\-verbose\fR -More verbose output\. Use twice for max verbosity -. -.TP \fB\-d\fR, \fB\-\-disable\-editing\fR Do not open EDITOR, just accept the data as is . @@ -112,6 +108,10 @@ Show the data after a destructive operation Show chef version . .TP +\fB\-V\fR, \fB\-\-verbose\fR +More verbose output\. Use twice for max verbosity\. +. +.TP \fB\-y\fR, \fB\-\-yes\fR Say yes to all prompts for confirmation . diff --git a/chef/distro/common/man/man1/shef.1 b/chef/distro/common/man/man1/shef.1 index 4618835344..350e7d1354 100644 --- a/chef/distro/common/man/man1/shef.1 +++ b/chef/distro/common/man/man1/shef.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "SHEF" "1" "June 2012" "Chef 10.12.0" "Chef Manual" +.TH "SHEF" "1" "October 2012" "Chef 10.16.0.rc.1" "Chef Manual" . .SH "NAME" \fBshef\fR \- Interactive Chef Console diff --git a/chef/distro/common/man/man8/chef-client.8 b/chef/distro/common/man/man8/chef-client.8 index e6749bace6..c6150fc1e5 100644 --- a/chef/distro/common/man/man8/chef-client.8 +++ b/chef/distro/common/man/man8/chef-client.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "CHEF\-CLIENT" "8" "June 2012" "Chef 10.12.0" "Chef Manual" +.TH "CHEF\-CLIENT" "8" "October 2012" "Chef 10.16.0.rc.1" "Chef Manual" . .SH "NAME" \fBchef\-client\fR \- Runs a client node connecting to a chef\-server\. @@ -46,10 +46,6 @@ Set the log level (debug, info, warn, error, fatal) Set the log file location, defaults to STDOUT \- recommended for daemonizing . .TP -\fB\-V\fR, \fB\-\-verbose\fR -Ensures logging goes to STDOUT as well as to other configured log location(s)\. -. -.TP \fB\-N\fR, \fB\-\-node\-name NODE_NAME\fR The node name for this client . diff --git a/chef/distro/common/man/man8/chef-expander.8 b/chef/distro/common/man/man8/chef-expander.8 index 8531f68bfa..e92d205154 100644 --- a/chef/distro/common/man/man8/chef-expander.8 +++ b/chef/distro/common/man/man8/chef-expander.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "CHEF\-EXPANDER" "8" "June 2012" "Chef 10.12.0" "Chef Manual" +.TH "CHEF\-EXPANDER" "8" "October 2012" "Chef 10.16.0.rc.1" "Chef Manual" . .SH "NAME" \fBchef\-expander\fR \- fetches messages from RabbitMQ, processes, and loads into chef\-solr diff --git a/chef/distro/common/man/man8/chef-expanderctl.8 b/chef/distro/common/man/man8/chef-expanderctl.8 index e6f4e26c8f..9802d7ae9d 100644 --- a/chef/distro/common/man/man8/chef-expanderctl.8 +++ b/chef/distro/common/man/man8/chef-expanderctl.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "CHEF\-EXPANDERCTL" "8" "June 2012" "Chef 10.12.0" "Chef Manual" +.TH "CHEF\-EXPANDERCTL" "8" "October 2012" "Chef 10.16.0.rc.1" "Chef Manual" . .SH "NAME" \fBchef\-expanderctl\fR \- management program for chef\-expander diff --git a/chef/distro/common/man/man8/chef-server-webui.8 b/chef/distro/common/man/man8/chef-server-webui.8 index d41e85aa88..bd310d9bbb 100644 --- a/chef/distro/common/man/man8/chef-server-webui.8 +++ b/chef/distro/common/man/man8/chef-server-webui.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "CHEF\-SERVER\-WEBUI" "8" "June 2012" "Chef 10.12.0" "Chef Manual" +.TH "CHEF\-SERVER\-WEBUI" "8" "October 2012" "Chef 10.16.0.rc.1" "Chef Manual" . .SH "NAME" \fBchef\-server\-webui\fR \- Start the Chef Server merb application slice providing Web User Interface (Management Console)\. diff --git a/chef/distro/common/man/man8/chef-server.8 b/chef/distro/common/man/man8/chef-server.8 index 4d26ec805a..382273ac30 100644 --- a/chef/distro/common/man/man8/chef-server.8 +++ b/chef/distro/common/man/man8/chef-server.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "CHEF\-SERVER" "8" "June 2012" "Chef 10.12.0" "Chef Manual" +.TH "CHEF\-SERVER" "8" "October 2012" "Chef 10.16.0.rc.1" "Chef Manual" . .SH "NAME" \fBchef\-server\fR \- Start the Chef Server merb application slice\. diff --git a/chef/distro/common/man/man8/chef-solo.8 b/chef/distro/common/man/man8/chef-solo.8 index 42983afafa..181991fc6a 100644 --- a/chef/distro/common/man/man8/chef-solo.8 +++ b/chef/distro/common/man/man8/chef-solo.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "CHEF\-SOLO" "8" "June 2012" "Chef 10.12.0" "Chef Manual" +.TH "CHEF\-SOLO" "8" "October 2012" "Chef 10.16.0.rc.1" "Chef Manual" . .SH "NAME" \fBchef\-solo\fR \- Runs chef in solo mode against a specified cookbook location\. diff --git a/chef/distro/common/man/man8/chef-solr.8 b/chef/distro/common/man/man8/chef-solr.8 index 33a305976b..e188da7822 100644 --- a/chef/distro/common/man/man8/chef-solr.8 +++ b/chef/distro/common/man/man8/chef-solr.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "CHEF\-SOLR" "8" "June 2012" "Chef 10.12.0" "Chef Manual" +.TH "CHEF\-SOLR" "8" "October 2012" "Chef 10.16.0.rc.1" "Chef Manual" . .SH "NAME" \fBchef\-solr\fR \- Runs as Chef\'s search server -- cgit v1.2.1