# File lib/puppet/network/handler/fileserver.rb, line 514 514: def read_file(relpath, client) 515: File.read(file_path(relpath, client)) 516: end