Class Puppet::Parser::Interpreter
In: lib/puppet/parser/interpreter.rb
Parent: Object

The interpreter is a very simple entry-point class that manages the existence of the parser (e.g., replacing it when files are reparsed). You can feed it a node and get the node‘s catalog back.

Methods

Included Modules

Puppet::Util Puppet::Util::Errors

Attributes

usenodes  [RW] 

Public Class methods

create our interpreter

Public Instance methods

evaluate our whole tree

Determine the configuration version for a given node‘s environment.

Return the parser for a specific environment.

[Validate]