Module: Puppet::Plugins::BindingSchemes

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

Overview

Since:

  • Puppet 4.0.0

Defined Under Namespace

Classes: BindingsSchemeHandler

Constant Summary collapse

BINDINGS_SCHEMES_KEY =

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

Since:

  • Puppet 4.0.0

'puppet::binding::schemes'
BINDINGS_SCHEMES_TYPE =

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

Since:

  • Puppet 4.0.0

'Puppet::Plugins::BindingSchemes::BindingsSchemeHandler'