Class Puppet::Parser::AST::HostClass
In: lib/puppet/parser/ast/hostclass.rb
Parent: Puppet::Parser::AST::Definition

The code associated with a class. This is different from definitions in that each class is a singleton — only one will exist for a given node.

Methods

Public Instance methods

Are we a child of the passed class? Do a recursive search up our parentage tree to figure it out.

Make sure our parent class has been evaluated, if we have one.

Evaluate the code associated with this class.

[Validate]