diff options
| -rw-r--r-- | lib/puppet/client/master.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/client/master.rb b/lib/puppet/client/master.rb index d3e7d2e8a..30e923d76 100644 --- a/lib/puppet/client/master.rb +++ b/lib/puppet/client/master.rb @@ -315,7 +315,7 @@ class Puppet::Client::MasterClient < Puppet::Client if pid = locked? t = "" if pid == true - PUppet.notice "Locked by process %s" % pid + Puppet.notice "Locked by process %s" % pid end Puppet.notice "Lock file %s exists; skipping configuration run" % Puppet[:puppetdlockfile] |
