module Puppet::Plugins

The Puppet Plugins module defines extension points where plugins can be configured to add or modify puppet's behavior. See the respective classes in this module for more details.

@api public @since Puppet 4.0.0

Configures the Puppet Plugins, by registering extension points and default implementations.

See the respective configured services for more information.

@api private