From d49a98e38cf94f3ca7295b87bf291a3b3f789b52 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Sat, 13 Aug 2005 18:43:56 +0000 Subject: further progress towards passing tests git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@546 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/daemon.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') 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 == "" -- cgit