# File lib/puppet/file_bucket/dipper.rb, line 54 54: def getfile(sum) 55: source_path = "#{@rest_path}md5/#{sum}" 56: file_bucket_file = Puppet::FileBucket::File.find(source_path, :bucket_path => @local_path) 57: 58: raise Puppet::Error, "File not found" unless file_bucket_file 59: file_bucket_file.to_s 60: end