summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network/client/master.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/network/client/master.rb')
-rw-r--r--lib/puppet/network/client/master.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/network/client/master.rb b/lib/puppet/network/client/master.rb
index 7feebd2e6..52a569b36 100644
--- a/lib/puppet/network/client/master.rb
+++ b/lib/puppet/network/client/master.rb
@@ -140,7 +140,7 @@ class Puppet::Network::Client::Master < Puppet::Network::Client
return false
end
if facts_changed?(facts)
- Puppet.info "Facts have changed; recompiling"
+ Puppet.info "Facts have changed; recompiling" unless local?
return false
end