Overview

This class is the default implementation for creating the required OS users and groups for the installation of IIB.

Using hiera, you can customize some of the aspects of this process.

When these customizations aren’t enough, you can replace the class with your own class. See ibm_profile::iib_machine for an explanation on how to do this.

Attributes

Attribute Name Short Description
groups The list of OS groups to add to the system.
users The list of OS users to ensure.

users

The list of OS users to ensure.

The default is:

  iibadmin:
    uid:        995
    gid:        "iibadmin"
    home:       "/var/iibadmin"
    comment:    This user was created by Puppet
    managehome: true
    password:   '$1$DSJ51vh6$4XzzwyIOk6Bi/54kglGk3.'
    shell:      '/bin/bash'

Type: Hash

Back to overview of iib_machine::groups_and_users

groups

The list of OS groups to add to the system.

The default is:

  "mqm": 
    gid:  1001
  mqbrkrs: 
    gid:  1005

Type: Hash

Back to overview of iib_machine::groups_and_users