From 0f00bf45872412605a497b3929df0bbb0fa7dd67 Mon Sep 17 00:00:00 2001 From: Paul Berry Date: Wed, 24 Nov 2010 12:22:34 -0800 Subject: 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 --- lib/puppet/sslcertificates/monkey_patch.rb | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 lib/puppet/sslcertificates/monkey_patch.rb (limited to 'lib') diff --git a/lib/puppet/sslcertificates/monkey_patch.rb b/lib/puppet/sslcertificates/monkey_patch.rb deleted file mode 100644 index 663b944c1..000000000 --- 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 -- cgit