Method: Puppet::Context::TrustedInformation#extensions

Defined in:
lib/puppet/context/trusted_information.rb

#extensionsHash{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.

Returns:



22
23
24
# File 'lib/puppet/context/trusted_information.rb', line 22

def extensions
  @extensions
end