Class Puppet::Parser::Collector
In: lib/puppet/parser/collector.rb
Parent: Object

An object that collects stored objects from the central cache and returns them to the current host, yo.

Methods

add_override   evaluate   new  

Attributes

collected  [RW] 
equery  [RW] 
form  [RW] 
overrides  [RW] 
resources  [RW] 
scope  [RW] 
type  [RW] 
vquery  [RW] 

Public Class methods

Public Instance methods

add a resource override to the soon to be exported/realized resources

Call the collection method, mark all of the returned objects as non-virtual, optionally applying parameter overrides. The collector can also delete himself from the compiler if there is no more resources to collect (valid only for resource fixed-set collector which get their resources from collect_resources and not from the catalog)

[Validate]