[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, experimental, updated. debian/2.6.8-1-844-g7ec39d5

Paul Berry paul at puppetlabs.com
Tue May 10 08:02:36 UTC 2011


The following commit has been merged in the experimental branch:
commit 0f00bf45872412605a497b3929df0bbb0fa7dd67
Author: Paul Berry <paul at puppetlabs.com>
Date:   Wed Nov 24 12:22:34 2010 -0800

    Maint: Removed unused monkey patch that connected OpenSSL::PKey::RSA to indirector
    
    This file was never being required, and was inconsistent with the way
    SSL is used in the indirector.
    
    Paired-with: Jesse Wolfe <jesse at puppetlabs.com>

diff --git a/lib/puppet/sslcertificates/monkey_patch.rb b/lib/puppet/sslcertificates/monkey_patch.rb
deleted file mode 100644
index 663b944..0000000
--- a/lib/puppet/sslcertificates/monkey_patch.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-# This is the file that we use to add indirection to all the SSL Certificate classes.
-
-require 'puppet/indirector'
-
-OpenSSL::PKey::RSA.extend Puppet::Indirector
-OpenSSL::PKey::RSA.indirects :ssl_rsa, :terminus_class => :file

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list