Class Puppet::Parser::AST::ResourceOverride
In: lib/puppet/parser/ast/resource_override.rb
Parent: Resource

Set a parameter on a resource specification created somewhere else in the configuration. The object is responsible for verifying that this is allowed.

Methods

each   evaluate   new  

Attributes

object  [RW] 
params  [R] 

Public Class methods

Create our ResourceDef. Handles type checking for us.

Public Instance methods

Iterate across all of our children.

Does not actually return an object; instead sets an object in the current scope.

[Validate]