From 035cbce9a74d2f070defdda8c2fe6c7102ecea1e Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Mon, 19 Feb 2018 09:31:25 -0800 Subject: Update documentation per review Signed-off-by: Tim Smith --- lib/chef/resource/ohai_hint.rb | 4 ++-- 1 file 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], -- cgit v1.2.1