types
: Manage any type or defined type from hiera
types::binary
: Defined type to create files from base64 encoded datatypes::type
: Defined type uses abstract resource types to implement all types
types::hiera
: A simple Bolt plan to deploy resources defined in hiera
Manage any type or defined type from hiera
The following parameters are available in the types
class:
Data type: Array
Adds support for additional types or defined types.
Data type: Hash
Manage the merge behavior for hiera lookups.
Defined type to create files from base64 encoded data
The following parameters are available in the types::binary
defined type:
Data type: Hash
Hash Properties match the standard file resource, but 'content' must be a base64 encoded string.
Data type: Hash
A hash of default values to be used when creating resources
Default value: {}
Defined type uses abstract resource types to implement all types
The following parameters are available in the types::type
defined type:
Data type: Hash
Hash Contains one or more resource definitions of a given type to be created
Data type: Hash
Hash Default values used for all resource definitions of a given type
Default value: {}
A simple Bolt plan to deploy resources defined in hiera
The following parameters are available in the types::hiera
plan:
Data type: Hash
A optional hash of values used by the puppet_agent::install
task, which is invoked when Bolt runs
the "apply_prep" function
Default value: {}
Data type: TargetSpec