Please review pull request #730: Update use of reparse to reparse_config_files opened by (pcarlisle)
Description:
The method in settings was renamed, but this use was missed.
- Opened: Mon Apr 30 23:58:11 UTC 2012
- Based on: puppetlabs:master (484e170ac379df4428a338722f0c2bbbff13bae2)
- Requested merge: pcarlisle:repase_config_fix (6d26b5ce3fcd1b6cc575c531bf7d174dceabafd1)
Diff follows:
diff --git a/lib/puppet/daemon.rb b/lib/puppet/daemon.rb
index 15358f0..33fb28e 100755
--- a/lib/puppet/daemon.rb
+++ b/lib/puppet/daemon.rb
@@ -178,7 +178,7 @@ def run_event_loop
# `reparse` will just check if the action is required, and would be
# better named `reparse_if_changed` instead.
if reparse_interval > 0 and now >= next_reparse
- Puppet.settings.reparse
+ Puppet.settings.reparse_config_files
# The time to the next reparse might have changed, so recalculate
# now. That way we react dynamically to reconfiguration.
-- You received this message because you are subscribed to the Google Groups "Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
