Module: Puppet::Plugins::SyntaxCheckers
- Defined in:
- lib/puppet/plugins/syntax_checkers.rb
Overview
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.
'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.
'Puppet::Plugins::SyntaxCheckers::SyntaxChecker'