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.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/ohai_hint.rb b/lib/chef/resource/ohai_hint.rb
index e40eee6daf..3b9f49385d 100644
--- a/lib/chef/resource/ohai_hint.rb
+++ b/lib/chef/resource/ohai_hint.rb
@@ -19,7 +19,7 @@ class Chef
class Resource
class OhaiHint < Chef::Resource
resource_name :ohai_hint
- provides :ohai_hint
+ provides(:ohai_hint) { true }
description "Use the ohai_hint resource to pass hint data to Ohai to aid in configuration detection."
introduced "14.0"