summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2005-08-13 18:43:56 +0000
committerLuke Kanies <luke@madstop.com>2005-08-13 18:43:56 +0000
commitd49a98e38cf94f3ca7295b87bf291a3b3f789b52 (patch)
treecd26e0dca7a1573ad60c0e1dbdd8effbcf8ed803
parent2be10b5a19b7b0905dc5fd6d991757d52318304e (diff)
downloadpuppet-d49a98e38cf94f3ca7295b87bf291a3b3f789b52.tar.gz
puppet-d49a98e38cf94f3ca7295b87bf291a3b3f789b52.tar.xz
puppet-d49a98e38cf94f3ca7295b87bf291a3b3f789b52.zip
further progress towards passing tests
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@546 980ebf18-57e1-0310-9a29-db15c13687c0
-rwxr-xr-xlib/puppet/daemon.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/puppet/daemon.rb b/lib/puppet/daemon.rb
index e20cf4aa2..7e700a264 100755
--- a/lib/puppet/daemon.rb
+++ b/lib/puppet/daemon.rb
@@ -111,7 +111,8 @@ module Puppet
begin
cert, cacert = @driver.getcert(@csr.to_pem)
rescue => detail
- raise Puppet::Error.new("Certificate retrieval failed: %s" % detail)
+ raise Puppet::Error.new("Certificate retrieval failed: %s" %
+ detail)
end
if cert.nil? or cert == ""