Method: Puppet::Resource::TypeCollection#clear
- Defined in:
- lib/puppet/resource/type_collection.rb
#clear ⇒ 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.
12 13 14 15 16 17 18 19 20 |
# File 'lib/puppet/resource/type_collection.rb', line 12 def clear @hostclasses.clear @definitions.clear @applications.clear @nodes.clear @notfound.clear @capability_mappings.clear @sites.clear end |