Method: Puppet::Network::RestAuthorization#authconfig

Defined in:
lib/vendor/puppet/network/rest_authorization.rb

#authconfigObject

Create our config object if necessary. If there’s no configuration file we install our defaults



11
12
13
14
15
# File 'lib/vendor/puppet/network/rest_authorization.rb', line 11

def authconfig
  @authconfig ||= Puppet::Network::RestAuthConfig.main

  @authconfig
end