summaryrefslogtreecommitdiffstats
path: root/lib/puppet/sslcertificates
diff options
context:
space:
mode:
authorPaul Berry <paul@puppetlabs.com>2010-11-24 12:22:34 -0800
committerPaul Berry <paul@puppetlabs.com>2010-11-24 12:24:19 -0800
commit0f00bf45872412605a497b3929df0bbb0fa7dd67 (patch)
tree42766ff678095c1da5c62c787f32553623e7203f /lib/puppet/sslcertificates
parent2bc6727b6ac7348dbac98099f1fe0aeb3cd1295f (diff)
downloadpuppet-0f00bf45872412605a497b3929df0bbb0fa7dd67.tar.gz
puppet-0f00bf45872412605a497b3929df0bbb0fa7dd67.tar.xz
puppet-0f00bf45872412605a497b3929df0bbb0fa7dd67.zip
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@puppetlabs.com>
Diffstat (limited to 'lib/puppet/sslcertificates')
-rw-r--r--lib/puppet/sslcertificates/monkey_patch.rb6
1 files changed, 0 insertions, 6 deletions
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