Method: Puppet::Util::Settings#reparse
- Defined in:
- lib/vendor/puppet/util/settings.rb
#reparse ⇒ Object
Reparse our config file, if necessary.
405 406 407 408 409 410 411 |
# File 'lib/vendor/puppet/util/settings.rb', line 405 def reparse if file and file.changed? Puppet.notice "Reparsing #{file.file}" parse reuse end end |