iib machine::deployments
Overview
This class allows you to setup your IIB deployments. Use use a yaml
representation of iib_deployment to specify all properties and params of the deployment you need. When a lot of the deployments have the same defaults, use the defaults
parameter to specify a Hash of defaults.
Experience the Power of Puppet for IBM MQ
If you want to play and experiment with Puppet and IBM MQ, please take a look at our playgrounds. At our playgrounds, we provide you with a pre-installed environment, where you experiment fast and easy.

Attributes
Attribute Name | Short Description |
---|---|
defaults | a Hash of default properties added to all specfied deployments. |
list | a Hash of deployments. |
defaults
a Hash of default properties added to all specfied deployments. Use iib_deployment to specify the defaults.
The default value is: {}
Type: Hash
Back to overview of iib_machine::deployments
list
a Hash of deployments. Use iib_deployment to specify the defaults.
The default value is: {}
Type: Hash