summaryrefslogtreecommitdiffstats
path: root/lib/puppet/sslcertificates/monkey_patch.rb
blob: 663b944c105feabd648078414f60a15ae4cdcf65 (plain)
1
2
3
4
5
6
# 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