summaryrefslogtreecommitdiffstats
path: root/lib/puppet/sslcertificates/monkey_patch.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/sslcertificates/monkey_patch.rb')
-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