Method: Puppet::Context::TrustedInformation#extensions
- Defined in:
- lib/puppet/context/trusted_information.rb
#extensions ⇒ Hash{Object => Object} (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Extra information that comes from the trusted certificate’s extensions.
22 23 24 |
# File 'lib/puppet/context/trusted_information.rb', line 22 def extensions @extensions end |