diff options
author | Lamont Granquist <lamont@opscode.com> | 2013-04-11 13:13:54 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@opscode.com> | 2013-04-11 13:13:54 -0700 |
commit | 74ea90af56f82bdac8b66ca7b02366129c6086ca (patch) | |
tree | 2a317888710e49fcec45e543f0f425db138ba7cf /lib/chef/file_access_control | |
parent | 9633fb1bfa4c3b3a9c3d9ced58ef2b8dec5b50dc (diff) | |
download | chef-74ea90af56f82bdac8b66ca7b02366129c6086ca.tar.gz |
add d_r_r stub on windows to unbreak everything
Diffstat (limited to 'lib/chef/file_access_control')
-rw-r--r-- | lib/chef/file_access_control/windows.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/chef/file_access_control/windows.rb b/lib/chef/file_access_control/windows.rb index c08752c87d..be0ece291f 100644 --- a/lib/chef/file_access_control/windows.rb +++ b/lib/chef/file_access_control/windows.rb @@ -41,6 +41,10 @@ class Chef set_dacl end + def define_resource_requirements + # windows FAC has no assertions + end + def requires_changes? should_update_dacl? || should_update_owner? || should_update_group? end |