summaryrefslogtreecommitdiff
path: root/lib/chef/resource/ohai_hint.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/ohai_hint.rb')
-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],