diff options
author | danielsdeleo <dan@opscode.com> | 2012-12-18 10:55:30 -0800 |
---|---|---|
committer | danielsdeleo <dan@opscode.com> | 2012-12-18 10:55:30 -0800 |
commit | 628c08810e26601d987cf2f90ea8593ca9063361 (patch) | |
tree | 8ade52712049e4c6de46827536f02492a1aac078 /lib/chef/provider.rb | |
parent | f519a92f4d2f2ec3052e0ba2af04442289f5b6b4 (diff) | |
download | chef-628c08810e26601d987cf2f90ea8593ca9063361.tar.gz |
explicitly include EnforceOwnershipAndPermissions where it's used
Diffstat (limited to 'lib/chef/provider.rb')
-rw-r--r-- | lib/chef/provider.rb | 1 |
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 |