diff options
author | ballman <ballman@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-05-09 12:34:47 +0000 |
---|---|---|
committer | ballman <ballman@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-05-09 12:34:47 +0000 |
commit | fbfaa0f8b54f9da09796150b7d6cd1856aabe204 (patch) | |
tree | 9e871b5057a587ba11ecc2a2585a0b48b873146f | |
parent | 93cbe77e6de17883e70856fbd44cde8419cde8d5 (diff) | |
download | puppet-fbfaa0f8b54f9da09796150b7d6cd1856aabe204.tar.gz puppet-fbfaa0f8b54f9da09796150b7d6cd1856aabe204.tar.xz puppet-fbfaa0f8b54f9da09796150b7d6cd1856aabe204.zip |
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
-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 } |