Method: Puppet::Resource::TypeCollection#hostclass

Defined in:
lib/puppet/resource/type_collection.rb

#hostclass(name) ⇒ Object

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.



95
96
97
# File 'lib/puppet/resource/type_collection.rb', line 95

def hostclass(name)
  @hostclasses[munge_name(name)]
end