summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 == ""