summaryrefslogtreecommitdiff
path: root/chef/distro/common
diff options
context:
space:
mode:
authorSteven Danna <steve@opscode.com>2012-06-05 14:54:27 -0700
committerBryan McLellan <btm@opscode.com>2012-06-19 15:13:05 -0700
commit388fc86f4ce65a08f3fabf647e99a622a0a5375e (patch)
treef5413d27c0c815438c595668fba8f2ba5359b718 /chef/distro/common
parent9224673d61a5761b7d7ec627bcccd3f4a90083d7 (diff)
downloadchef-388fc86f4ce65a08f3fabf647e99a622a0a5375e.tar.gz
[CHEF-3160] Allow Ohai hints to be set when using knife-bootstrap.
Ohai hints allow the user to provide ohai with hints in the form of json files in /etc/chef/ohai/hints. These hints can then be used by plugins to provide better data in cases where automatic detection of conditions is difficult.
Diffstat (limited to 'chef/distro/common')
-rw-r--r--chef/distro/common/markdown/man1/knife-bootstrap.mkd3
1 files changed, 3 insertions, 0 deletions
diff --git a/chef/distro/common/markdown/man1/knife-bootstrap.mkd b/chef/distro/common/markdown/man1/knife-bootstrap.mkd
index 9e8aa531b5..c466fc7f7f 100644
--- a/chef/distro/common/markdown/man1/knife-bootstrap.mkd
+++ b/chef/distro/common/markdown/man1/knife-bootstrap.mkd
@@ -31,6 +31,9 @@ __knife__ __bootstrap__ _(options)_
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.
## DESCRIPTION