diff options
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/puppet/type/pfile/checksum.rb | 3 | ||||
-rwxr-xr-x | lib/puppet/type/pfile/source.rb | 1 |
2 files changed, 0 insertions, 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 } |