diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-04-11 23:11:54 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-04-11 23:11:54 +0000 |
commit | 133ad87aa64f3fa3ac9ba88f5eee60bd6cb7809b (patch) | |
tree | f0269b16fdb57aa1f96b46c34fe5d60fe8ecf70d | |
parent | 689dbf45c5455e164d74730a8df9cb7be5f544fa (diff) | |
download | puppet-133ad87aa64f3fa3ac9ba88f5eee60bd6cb7809b.tar.gz |
Oops, typo in client/master.rb
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1109 980ebf18-57e1-0310-9a29-db15c13687c0
-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] |