From dbd9b40c6537c261f01976238ef9ccfd6a6d6d08 Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Sat, 31 May 2008 12:32:04 +1000 Subject: Updated fix for ticket #1271 --- lib/puppet/sslcertificates/ca.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/puppet/sslcertificates/ca.rb b/lib/puppet/sslcertificates/ca.rb index 2237849f6..2a16a32ba 100644 --- a/lib/puppet/sslcertificates/ca.rb +++ b/lib/puppet/sslcertificates/ca.rb @@ -97,7 +97,7 @@ class Puppet::SSLCertificates::CA if @config[:capass] and File.readable?(@config[:capass]) return File.read(@config[:capass]) else - raise Puppet::Error, "Could not read CA passfile %s" % @config[:capass] + raise Puppet::Error, "Could not decrypt CA key with password: %s" % detail end end -- cgit