summaryrefslogtreecommitdiffstats
path: root/lib/puppet/daemon.rb
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2005-10-21 06:16:43 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2005-10-21 06:16:43 +0000
commita232e5c6ef359b600cdbc618a9791f8eda8eb081 (patch)
tree7ec9cc3700f0daae1b5216a9afd0f220a553f9b6 /lib/puppet/daemon.rb
parenta6d02920d360ac06815dcf08f3350ba92088301d (diff)
downloadpuppet-a232e5c6ef359b600cdbc618a9791f8eda8eb081.tar.gz
puppet-a232e5c6ef359b600cdbc618a9791f8eda8eb081.tar.xz
puppet-a232e5c6ef359b600cdbc618a9791f8eda8eb081.zip
Made tweaks here and there to get it running better on my local network. I am inches away from that happening. All tests pass.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@720 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/daemon.rb')
-rwxr-xr-xlib/puppet/daemon.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/puppet/daemon.rb b/lib/puppet/daemon.rb
index 040292b36..509d6a69d 100755
--- a/lib/puppet/daemon.rb
+++ b/lib/puppet/daemon.rb
@@ -127,6 +127,7 @@ module Puppet
Puppet.err "Cannot request a certificate without a defined target"
return false
end
+
Puppet.info "Creating a new certificate request for %s" % @fqdn
name = OpenSSL::X509::Name.new([["CN", @fqdn]])