Overview

The iib_install::os defined type is a convenience type for adding IIB os users to the system. Using this defined type you can add multiple users to the system.

Here is an example on how to use it:

iib_install::os {'my_iibadmin':
  password => 'verysecret',
}

Attributes

Attribute Name Short Description
password The password to be used for user.
title The OS user to add to the system and grant access to the MQ groups.

title

The OS user to add to the system and grant access to the MQ groups.

iib_install::os {'iibadmin':
  ...
}

Back to overview of os

password

The password to be used for user. The default is the same as the username.

Here is an example on how to use this:

iib_install::os {...:
  ...
  password => 'verysecret',
  ...
}

Type: String

Default:$title

Back to overview of os