From fbfaa0f8b54f9da09796150b7d6cd1856aabe204 Mon Sep 17 00:00:00 2001 From: ballman Date: Wed, 9 May 2007 12:34:47 +0000 Subject: Removed FIXARB's from the pfile stuff. These have been resolved. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2493 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/type/pfile/checksum.rb | 3 --- lib/puppet/type/pfile/source.rb | 1 - 2 files changed, 4 deletions(-) diff --git a/lib/puppet/type/pfile/checksum.rb b/lib/puppet/type/pfile/checksum.rb index ec4c8a34f..68e1b59e2 100755 --- a/lib/puppet/type/pfile/checksum.rb +++ b/lib/puppet/type/pfile/checksum.rb @@ -256,9 +256,6 @@ module Puppet # Even though they can specify multiple checksums, the insync? # mechanism can really only test against one, so we'll just retrieve # the first specified sum type. - # FIXARB: THere is a cache but it seems inconsistent when it - # uses the cache vs, when it uses @is. This will - # need more attention. def retrieve(usecache = false) # When the 'source' is retrieving, it passes "true" here so # that we aren't reading the file twice in quick succession, yo. diff --git a/lib/puppet/type/pfile/source.rb b/lib/puppet/type/pfile/source.rb index 84e3eb032..d8fe47fee 100755 --- a/lib/puppet/type/pfile/source.rb +++ b/lib/puppet/type/pfile/source.rb @@ -198,7 +198,6 @@ module Puppet # be inherited from the source? unless @parent.argument?(stat) @parent[stat] = value - @parent.property(stat).retrieve # FIXARB: This is calling retrieve on all propertis of File. What are we gonna do with the return values? end } -- cgit