[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.5-639-g8f94f35
test branch
puppet-dev at googlegroups.com
Wed Jul 14 10:33:24 UTC 2010
The following commit has been merged in the upstream branch:
commit 91e6022e3e27df8cf8194e5ded98c206b42a2d11
Author: James Turnbull <james at lovedthanlost.net>
Date: Fri May 14 22:19:11 2010 +1000
Fixes incorrect line in partial CRL fix
diff --git a/lib/puppet/ssl/host.rb b/lib/puppet/ssl/host.rb
index 9584083..0a3c029 100644
--- a/lib/puppet/ssl/host.rb
+++ b/lib/puppet/ssl/host.rb
@@ -213,7 +213,6 @@ class Puppet::SSL::Host
# If there's a CRL, add it to our store.
if crl = Puppet::SSL::CertificateRevocationList.find(CA_NAME)
- @ssl_store.flags = OpenSSL::X509::V_FLAG_CRL_CHECK_ALL|OpenSSL::X509::V_FLAG_CRL_CHECK
@ssl_store.flags = OpenSSL::X509::V_FLAG_CRL_CHECK_ALL|OpenSSL::X509::V_FLAG_CRL_CHECK if Puppet.settings[:certificate_revocation]
@ssl_store.add_crl(crl.content)
end
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list