summaryrefslogtreecommitdiff
path: root/lib/chef/provider.rb
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2014-04-23 19:22:21 -0700
committerJohn Keiser <jkeiser@opscode.com>2014-04-24 08:53:22 -0700
commita84653e5f57109e3ac153ef686c9230da19da21d (patch)
tree1e573c750649c05bc4e4aaf824d73d0fae2ac1be /lib/chef/provider.rb
parent57b259ee20c6d3f7a6b19b47955d7f669b457b88 (diff)
downloadchef-a84653e5f57109e3ac153ef686c9230da19da21d.tar.gz
Make it possible to include Chef::Provider / Chef::Resource
without circular dependencies or missing deps
Diffstat (limited to 'lib/chef/provider.rb')
-rw-r--r--lib/chef/provider.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/provider.rb b/lib/chef/provider.rb
index 152a067f03..90b6ead716 100644
--- a/lib/chef/provider.rb
+++ b/lib/chef/provider.rb
@@ -22,6 +22,7 @@ require 'chef/mixin/convert_to_class_name'
require 'chef/dsl/recipe'
require 'chef/mixin/enforce_ownership_and_permissions'
require 'chef/mixin/why_run'
+
class Chef
class Provider
include Chef::DSL::Recipe