Puppet Class: ibm_profile
- Inherited by:
-
ibm_profile::mq_machine
ibm_profile::iib_machine
ibm_profile::mq_machine::limits
ibm_profile::mq_machine::mq_web
ibm_profile::mq_machine::sysctl
ibm_profile::iib_machine::limits
ibm_profile::iib_machine::sysctl
ibm_profile::mq_machine::fixpack
ibm_profile::mq_machine::firewall
ibm_profile::mq_machine::packages
ibm_profile::mq_machine::software
ibm_profile::iib_machine::firewall
ibm_profile::iib_machine::packages
ibm_profile::iib_machine::software
ibm_profile::mq_machine::autostart
ibm_profile::iib_machine::autostart
ibm_profile::iib_machine::deployments
ibm_profile::iib_machine::broker_setup
ibm_profile::iib_machine::server_setup
ibm_profile::mq_machine::manager_setup
ibm_profile::mq_machine::messaging_setup
ibm_profile::mq_machine::groups_and_users
ibm_profile::iib_machine::groups_and_users
ibm_profile::mq_machine::authorization_setup
- Defined in:
- manifests/init.pp
Overview
--
–++–
3 4 5 6 7 8 9 10 |
# File 'manifests/init.pp', line 3
class ibm_profile(
String[1] $mq_os_user,
String[1] $mq_os_group,
String[1] $iib_os_user,
String[1] $iib_os_group,
String[1] $source_location,
Hash $mq_managers,
) {}
|