Module: Puppet::Plugins::SyntaxCheckers

Defined in:
lib/puppet/plugins/syntax_checkers.rb

Overview

Since:

  • Puppet 4.0.0

Defined Under Namespace

Classes: SyntaxChecker

Constant Summary collapse

SYNTAX_CHECKERS_KEY =

The lookup key for the multibind containing syntax checkers used to syntax check embedded string in non puppet DSL syntax.

Since:

  • Puppet 4.0.0

'puppet::syntaxcheckers'
SYNTAX_CHECKERS_TYPE =

The lookup type for the multibind containing syntax checkers used to syntax check embedded string in non puppet DSL syntax.

Since:

  • Puppet 4.0.0

'Puppet::Plugins::SyntaxCheckers::SyntaxChecker'