Puppet Class: pg_profile
- Inherited by:
-
pg_profile::database::db_init
pg_profile::database::db_roles
pg_profile::database::db_records
pg_profile::database::db_schemas
pg_profile::database::db_startup
pg_profile::database::db_software
pg_profile::database::db_definition
pg_profile::database::db_parameters
pg_profile::database::db_tablespaces
- Defined in:
- manifests/init.pp
Overview
This is the interface class for this profile. This may only contain parameters and no actual configuration enforcing
2 3 4 5 6 7 |
# File 'manifests/init.pp', line 2
class pg_profile(
String[1] $version,
String[1] $os_user,
String[1] $os_group,
Optional[String[1]] $db_name = undef,
){}
|