# File lib/puppet/util/settings.rb, line 413 413: def reparse 414: if file and file.changed? 415: Puppet.notice "Reparsing #{file.file}" 416: parse 417: reuse 418: end 419: end