[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch,	upstream, updated. 0.25.4-89-gcbbd363
    James Turnbull 
    james at lovedthanlost.net
       
    Tue May 18 09:04:56 UTC 2010
    
    
  
The following commit has been merged in the upstream branch:
commit d88b357b0ebac6db8b4cddd79b00b4eda9301757
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 ed39db2..7c8f8b0 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")
-                @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