module Puppetx

The Puppet Extensions Module.

Submodules of this module should be named after the publisher (e.g. ‘user’ part of a Puppet Module name). The submodule {Puppetx::Puppet} contains the puppet extension points.

This module also contains constants that are used when defining extensions.

@api public

Constants

BINDINGS_SCHEMES

The lookup *key* for the multibind containing a map from scheme name to scheme handler class for bindings schemes. @api public

BINDINGS_SCHEMES_TYPE

The lookup *type* for the multibind containing a map from scheme name to scheme handler class for bindings schemes. @api public

SYNTAX_CHECKERS

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

SYNTAX_CHECKERS_TYPE

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