# File lib/puppet/file_serving/mount/file.rb, line 66 66: def search(path, request) 67: return nil unless path = complete_path(path, request.node) 68: return [path] 69: end