diff options
author | Nick Lewis <nick@puppetlabs.com> | 2010-12-16 11:34:09 -0800 |
---|---|---|
committer | Nick Lewis <nick@puppetlabs.com> | 2010-12-16 11:34:09 -0800 |
commit | a2ff092d8302e09aa79f9bb16636f8298316c3c7 (patch) | |
tree | cb67d36e37e252edceef1cd848cc32d679f5d20e /lib/puppet/sslcertificates/monkey_patch.rb | |
parent | 4b35402ba85d8842d757becec5c8a7bf4d6f6654 (diff) | |
parent | 480c399f183627f5f588e9dc9f5f86f683c0e468 (diff) | |
download | puppet-a2ff092d8302e09aa79f9bb16636f8298316c3c7.tar.gz puppet-a2ff092d8302e09aa79f9bb16636f8298316c3c7.tar.xz puppet-a2ff092d8302e09aa79f9bb16636f8298316c3c7.zip |
Merge branch 'next'
Diffstat (limited to 'lib/puppet/sslcertificates/monkey_patch.rb')
-rw-r--r-- | lib/puppet/sslcertificates/monkey_patch.rb | 6 |
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 |