From 617fe58626aa8a13af10071ca87f66d6363cf058 Mon Sep 17 00:00:00 2001 From: luke Date: Tue, 5 Sep 2006 01:51:23 +0000 Subject: Removing all of the changes I made towards refactoring in the last couple of days. They have all been moved into the sync-retrieve-refactor branch. This branch will soon become 0.19.0, and will not include that refactoring. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1555 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/server/fileserver.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib/puppet/server') diff --git a/lib/puppet/server/fileserver.rb b/lib/puppet/server/fileserver.rb index 93f3310d1..49af26c54 100755 --- a/lib/puppet/server/fileserver.rb +++ b/lib/puppet/server/fileserver.rb @@ -63,7 +63,11 @@ class Server desc = [] CHECKPARAMS.each { |check| if state = obj.state(check) - desc << state.retrieve + unless state.is + mount.debug "Manually retrieving info for %s" % check + state.retrieve + end + desc << state.is else if check == "checksum" and obj.state(:type).is == "file" mount.notice "File %s does not have data for %s" % -- cgit