Class Puppet::Parser::AST::ResourceDefaults
In: lib/puppet/parser/ast/resource_defaults.rb
Parent: AST::Branch

A statement syntactically similar to an ResourceDef, but uses a capitalized object type and cannot have a name.

Methods

evaluate  

Attributes

params  [RW] 
type  [RW] 

Public Instance methods

As opposed to ResourceDef, this stores each default for the given object type.

[Validate]