summaryrefslogtreecommitdiff
path: root/lib/chef/resource/ohai_hint.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-06-12 18:40:00 -0700
committerTim Smith <tsmith@chef.io>2018-06-12 18:40:00 -0700
commitd5e8523dbf25a997ea21dc244e26d9edc06af2a6 (patch)
tree921be806eed1321473b316716142be6e6de84d5d /lib/chef/resource/ohai_hint.rb
parent409eac9ad65a706a401b9259298bbf1c5ecd339d (diff)
downloadchef-d5e8523dbf25a997ea21dc244e26d9edc06af2a6.tar.gz
Add missing chef/resource requires in resource
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/ohai_hint.rb')
-rw-r--r--lib/chef/resource/ohai_hint.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/chef/resource/ohai_hint.rb b/lib/chef/resource/ohai_hint.rb
index 6eb36aea13..f485222ec6 100644
--- a/lib/chef/resource/ohai_hint.rb
+++ b/lib/chef/resource/ohai_hint.rb
@@ -15,6 +15,8 @@
# limitations under the License.
#
+require "chef/resource"
+
class Chef
class Resource
class OhaiHint < Chef::Resource