summaryrefslogtreecommitdiff
path: root/lib/chef/provider/ohai.rb
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2015-05-01 21:35:34 -0700
committerJohn Keiser <john@johnkeiser.com>2015-05-13 13:43:14 -0700
commitf25d2527b2ad8c45731ad5268fcd2a89e26f097d (patch)
treebf6e0ccd371fa7175101c96267d162189c52c515 /lib/chef/provider/ohai.rb
parent6505a4204dde463c8dc4bce6b814b0a44805d5bc (diff)
downloadchef-f25d2527b2ad8c45731ad5268fcd2a89e26f097d.tar.gz
Add `provides` to remaining provider resources
Diffstat (limited to 'lib/chef/provider/ohai.rb')
-rw-r--r--lib/chef/provider/ohai.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/provider/ohai.rb b/lib/chef/provider/ohai.rb
index a6b5ab5daa..b7f4aa704b 100644
--- a/lib/chef/provider/ohai.rb
+++ b/lib/chef/provider/ohai.rb
@@ -21,6 +21,7 @@ require 'ohai'
class Chef
class Provider
class Ohai < Chef::Provider
+ provides :ohai
def whyrun_supported?
true