summaryrefslogtreecommitdiff
path: root/lib/chef/provider/file.rb
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2013-05-20 16:04:41 -0700
committersersut <serdar@opscode.com>2013-05-20 16:04:41 -0700
commit949715f2e10925ea79d5645078fcb3b4bfd225da (patch)
tree9adc18232a136120985c5ebbed511f06d895f2ac /lib/chef/provider/file.rb
parent669bb5913611ebe4838afee4c120d0006d289646 (diff)
downloadchef-949715f2e10925ea79d5645078fcb3b4bfd225da.tar.gz
Fix comments that include FIXME / TODO / XXX.
Diffstat (limited to 'lib/chef/provider/file.rb')
-rw-r--r--lib/chef/provider/file.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/chef/provider/file.rb b/lib/chef/provider/file.rb
index 221cb9fe5e..ff31c2a8e2 100644
--- a/lib/chef/provider/file.rb
+++ b/lib/chef/provider/file.rb
@@ -288,9 +288,10 @@ class Chef
def load_resource_attributes_from_file(resource)
if Chef::Platform.windows?
- # TODO: To work around CHEF-3554, add support for Windows
- # equivalent, or implicit resource reporting won't work for
- # Windows.
+ # This is a work around for CHEF-3554.
+ # OC-6534: is tracking the real fix for this workaround.
+ # Add support for Windows equivalent, or implicit resource
+ # reporting won't work for Windows.
return
end
acl_scanner = ScanAccessControl.new(@new_resource, resource)