mq machine::manager setup
Overview
This class allows you to setup your MQ manager configuration. It has support for creating and managing multiple MQ managers. Use use a yaml
representation of mq_manager to specify all properties and params of the brokers you need. When a lot of the MQ managers 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 | The defaults to use for all MQ managers. |
list | A Hash of MQ managers. |
defaults
The defaults to use for all MQ managers.
Use use a yaml
representation of mq_manager to specify all properties and params of the MQ managers you need.
The default is: {}
Type: Hash
Back to overview of mq_machine::manager_setup
list
A Hash of MQ managers. Use use a yaml
representation of mq_manager to specify all properties and params of the MQ managers you need.
The default is: {}
Type: Hash
Default:$ibm_profile::mq_managers