summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-02-19 09:31:25 -0800
committerTim Smith <tsmith@chef.io>2018-02-19 09:31:25 -0800
commit035cbce9a74d2f070defdda8c2fe6c7102ecea1e (patch)
treec0b10fc22b27a01653780fa249de126a29a19acb
parent44b8293813c1ddeaa14382c180a8fe5fe793d366 (diff)
downloadchef-ohai_hint.tar.gz
Update documentation per reviewohai_hint
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/resource/ohai_hint.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/resource/ohai_hint.rb b/lib/chef/resource/ohai_hint.rb
index e2d0a3a4e1..26b76806d7 100644
--- a/lib/chef/resource/ohai_hint.rb
+++ b/lib/chef/resource/ohai_hint.rb
@@ -21,7 +21,7 @@ class Chef
resource_name :ohai_hint
provides :ohai_hint
- description "Use the ohai_hint resource to pass hint data to Ohai to aid in configuration detection."
+ description "A resource to pass hint data to Ohai to aid in configuration detection."
introduced "14.0"
property :hint_name,
@@ -31,7 +31,7 @@ class Chef
property :content,
Hash,
- description: "A Hash of values to include in the hint file"
+ description: "Values to include in the hint file"
property :compile_time,
[TrueClass, FalseClass],