Method: Puppet::Network::HTTP::API::IndirectionType.type_for

Defined in:
lib/puppet/network/http/api/indirection_type.rb

.type_for(indirection) ⇒ Object



19
20
21
# File 'lib/puppet/network/http/api/indirection_type.rb', line 19

def self.type_for(indirection)
  INDIRECTION_TYPE_MAP[indirection] || :master
end