summaryrefslogtreecommitdiff
path: root/lib/chef/provider.rb
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2012-12-18 10:55:30 -0800
committerdanielsdeleo <dan@opscode.com>2012-12-18 10:55:30 -0800
commit628c08810e26601d987cf2f90ea8593ca9063361 (patch)
tree8ade52712049e4c6de46827536f02492a1aac078 /lib/chef/provider.rb
parentf519a92f4d2f2ec3052e0ba2af04442289f5b6b4 (diff)
downloadchef-628c08810e26601d987cf2f90ea8593ca9063361.tar.gz
explicitly include EnforceOwnershipAndPermissions where it's used
Diffstat (limited to 'lib/chef/provider.rb')
-rw-r--r--lib/chef/provider.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/provider.rb b/lib/chef/provider.rb
index 3842f18f50..a7f60c0383 100644
--- a/lib/chef/provider.rb
+++ b/lib/chef/provider.rb
@@ -26,7 +26,6 @@ class Chef
class Provider
include Chef::DSL::Recipe
include Chef::Mixin::WhyRun
- include Chef::Mixin::EnforceOwnershipAndPermissions
attr_accessor :new_resource
attr_accessor :current_resource