Method: Puppet::SSL::CertificateRequest.supported_formats
- Defined in:
- lib/puppet/ssl/certificate_request.rb
.supported_formats ⇒ Object
Because of how the format handler class is included, this can’t be in the base class.
35 36 37 |
# File 'lib/puppet/ssl/certificate_request.rb', line 35 def self.supported_formats [:s] end |