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 Postgres besides the standard `postgres group.
users The OS users to create for Postgres besides the standard postgres user.

users

The OS users to create for Postgres besides the standard postgres user.

The default value is:

pg_profile::database::groups_and_users::users:  {}

Back to overview of database::groups_and_users

groups

The list of groups to create for Postgres besides the standard `postgres group.

The default value is:

pg_profile::database::groups_and_users::groups: {}

Back to overview of database::groups_and_users