diff options
| -rw-r--r-- | lib/puppet/server/ca.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/puppet/server/ca.rb b/lib/puppet/server/ca.rb index 0aa31d937..74f2c3390 100644 --- a/lib/puppet/server/ca.rb +++ b/lib/puppet/server/ca.rb @@ -118,7 +118,8 @@ class Server if @ca.getclientcsr(hostname) Puppet.info "Not replacing existing request from %s" % hostname else - Puppet.info "Storing certificate request for %s" % hostname + Puppet.notice "Host %s has a waiting certificate request" % + hostname @ca.storeclientcsr(csr) end return ["", ""] |
