summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorballman <ballman@980ebf18-57e1-0310-9a29-db15c13687c0>2007-05-09 12:34:47 +0000
committerballman <ballman@980ebf18-57e1-0310-9a29-db15c13687c0>2007-05-09 12:34:47 +0000
commitfbfaa0f8b54f9da09796150b7d6cd1856aabe204 (patch)
tree9e871b5057a587ba11ecc2a2585a0b48b873146f /lib
parent93cbe77e6de17883e70856fbd44cde8419cde8d5 (diff)
downloadpuppet-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
Diffstat (limited to 'lib')
-rwxr-xr-xlib/puppet/type/pfile/checksum.rb3
-rwxr-xr-xlib/puppet/type/pfile/source.rb1
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
}