-
Notifications
You must be signed in to change notification settings - Fork 8
Defined type jboss::user
Krzysztof Suszyński edited this page Oct 22, 2015
·
1 revision
Use this defined type to add and remove JBoss management and application users, manage their passwords and roles.
jboss::user { 'admin':
ensure => 'present',
realm => 'ManagementRealm',
password => 'seCret1!',
}Parameters of jboss::user:
Required parameter. This is password that will be used for user.
Standard ensure parameter. Can be either present or absent.
This is the namevar. Name of user to manage.
This is by default equal to ManagementRealm. It can be equal also to ApplicationRealm.
This is by default equal to undef. You can pass a list of roles in form of string delimited by , sign.