Skip to content

Commit c241906

Browse files
update reference
1 parent b70d4f4 commit c241906

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

REFERENCE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2429,6 +2429,7 @@ The following parameters are available in the `postgresql::server::instance::con
24292429
* [`password_encryption`](#-postgresql--server--instance--config--password_encryption)
24302430
* [`pg_hba_auth_password_encryption`](#-postgresql--server--instance--config--pg_hba_auth_password_encryption)
24312431
* [`extra_systemd_config`](#-postgresql--server--instance--config--extra_systemd_config)
2432+
* [`manage_selinux`](#-postgresql--server--instance--config--manage_selinux)
24322433

24332434
##### <a name="-postgresql--server--instance--config--ip_mask_deny_postgres_user"></a>`ip_mask_deny_postgres_user`
24342435

@@ -2667,6 +2668,14 @@ Adds extra config to systemd config file, can for instance be used to add extra
26672668

26682669
Default value: `$postgresql::server::extra_systemd_config`
26692670

2671+
##### <a name="-postgresql--server--instance--config--manage_selinux"></a>`manage_selinux`
2672+
2673+
Data type: `Optional[Boolean]`
2674+
2675+
Specifies whether or not manage the conf file for selinux.
2676+
2677+
Default value: `$postgresql::server::manage_selinux`
2678+
26702679
### <a name="postgresql--server--instance--initdb"></a>`postgresql::server::instance::initdb`
26712680

26722681
Manages initdb feature for a postgresql::server instance

0 commit comments

Comments
 (0)