database::groups and users
Overview
This class contains the definition of all required OS users and groups on this system.
When these customizations aren’t enough, you can replace the class with your own class. See ora_profile::database for an explanation on how to do this.
Attributes
| Attribute Name | Short Description |
|---|---|
| groups | The list of groups to create for Oracle. |
| users | The OS users to create for Oracle. |
users
The OS users to create for Oracle.
You must specify a Hash of users
The default value is:
ora_profile::database::groups_and_users::users:
oracle:
uid: 54321
gid: oinstall
groups:
- oinstall
- dba
- oper
shell: /bin/bash
password: '$1$DSJ51vh6$4XzzwyIOk6Bi/54kglGk3.'
home: /home/oracle
comment: This user oracle was created by Puppet
managehome: true
Back to overview of database::groups_and_users
groups
The list of groups to create for Oracle.
You must specify a Hash of groups
The default value is:
ora_profile::database::groups_and_users::groups:
oinstall:
gid: 54321,
dba:
gid: 54322,
oper:
gid: 54323,
