database::db init
Overview
This class implements the steps to initialize the database for the foirst time.
Attributes
| Attribute Name | Short Description |
|---|---|
| data_dir | |
| data_dirs | An array of directories for which Puppet® will set the properties correct to use them as data directories. |
| log_dir | |
| log_dirs | An array of directories for which Puppet® will set the properties correct to use them as log directories. |
data_dirs
An array of directories for which Puppet® will set the properties correct to use them as data directories.
Type: Array[Stdlib::Absolutepath]
Back to overview of database::db_init
log_dirs
An array of directories for which Puppet® will set the properties correct to use them as log directories.
Type: Array[Stdlib::Absolutepath]
Back to overview of database::db_init
data_dir
The directory Postgres will use fto store the data files. Type: Stdlib::Absolutepath
Back to overview of database::db_init
log_dir
The directory Postgres will use for after image logging. Type: Stdlib::Absolutepath
