diff options
| author | Paul Berry <paul@puppetlabs.com> | 2010-11-24 12:24:58 -0800 |
|---|---|---|
| committer | Paul Berry <paul@puppetlabs.com> | 2010-11-24 12:24:58 -0800 |
| commit | 52f9ef06507d87026936dc90dcb467a728ebd54f (patch) | |
| tree | 42766ff678095c1da5c62c787f32553623e7203f /lib | |
| parent | 2bc6727b6ac7348dbac98099f1fe0aeb3cd1295f (diff) | |
| parent | 0f00bf45872412605a497b3929df0bbb0fa7dd67 (diff) | |
| download | puppet-52f9ef06507d87026936dc90dcb467a728ebd54f.tar.gz puppet-52f9ef06507d87026936dc90dcb467a728ebd54f.tar.xz puppet-52f9ef06507d87026936dc90dcb467a728ebd54f.zip | |
Merge branch 'maint/next/remove_dead_monkey_patch' into next
* maint/next/remove_dead_monkey_patch:
Maint: Removed unused monkey patch that connected OpenSSL::PKey::RSA to indirector
Diffstat (limited to 'lib')
| -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 |
