summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/ohai/plugins/ohai.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ohai/plugins/ohai.rb b/lib/ohai/plugins/ohai.rb
index 9cadb480..3b6ed737 100644
--- a/lib/ohai/plugins/ohai.rb
+++ b/lib/ohai/plugins/ohai.rb
@@ -20,8 +20,6 @@ Ohai.plugin(:Ohai) do
provides "chef_packages/ohai"
collect_data do
- require "ohai"
-
chef_packages Mash.new unless chef_packages
chef_packages[:ohai] = Mash.new
chef_packages[:ohai][:version] = Ohai::VERSION