# File lib/puppet/file_serving/configuration.rb, line 52 52: def initialize 53: @mounts = {} 54: @config_file = nil 55: 56: # We don't check to see if the file is modified the first time, 57: # because we always want to parse at first. 58: readconfig(false) 59: end