3
0

Merge branch 'jenkins-build-16' into 'master'

Auto-merge for build 16

See merge request puppet/postgresql_cd!13
This commit is contained in:
2025-10-01 11:47:25 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -477,7 +477,7 @@ class postgresql_cd::params (
$pl_data_dir = '/var/lib/pgsql/data/'
# files
$pl_pl_pg_hba_conf = "${pl_data_dir}/pg_hba.conf"
$pl_pg_hba_conf = "${pl_data_dir}/pg_hba.conf"
$pl_pg_hba_rule_conf = 'postgresql_cd/pg_hba_rule.conf.erb'
# includes must be last

View File

@@ -57,7 +57,7 @@ class postgresql_cd::params (
$pl_data_dir = '/var/lib/pgsql/data/'
# files
$pl_pl_pg_hba_conf = "${pl_data_dir}/pg_hba.conf"
$pl_pg_hba_conf = "${pl_data_dir}/pg_hba.conf"
$pl_pg_hba_rule_conf = 'postgresql_cd/pg_hba_rule.conf.erb'
# includes must be last