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/link.rb | |
parent | f519a92f4d2f2ec3052e0ba2af04442289f5b6b4 (diff) | |
download | chef-628c08810e26601d987cf2f90ea8593ca9063361.tar.gz |
explicitly include EnforceOwnershipAndPermissions where it's used
Diffstat (limited to 'lib/chef/provider/link.rb')
-rw-r--r-- | lib/chef/provider/link.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/chef/provider/link.rb b/lib/chef/provider/link.rb index d6f333bd2f..b8017c4558 100644 --- a/lib/chef/provider/link.rb +++ b/lib/chef/provider/link.rb @@ -27,6 +27,8 @@ require 'chef/scan_access_control' class Chef class Provider class Link < Chef::Provider + + include Chef::Mixin::EnforceOwnershipAndPermissions include Chef::Mixin::ShellOut include Chef::Mixin::FileClass |