3
0
This commit is contained in:
Arne Teuke
2025-10-01 13:57:29 +02:00
parent 5ad8d5a244
commit e3bd0e4265
3 changed files with 3 additions and 2 deletions

View File

@@ -57,8 +57,9 @@ class postgresql_cd::params (
$pl_data_dir = '/var/lib/pgsql/data/'
# files
$pl_pg_hba_conf = "${pl_data_dir}/pg_hba.conf"
$pl_pg_hba_rule_conf = 'postgresql_cd/pg_hba_rule.conf.erb'
$pl_pg_hba_conf = "${pl_data_dir}/pg_hba.conf"
$pl_pg_hba_rule_conf = 'postgresql_cd/server/pghba/pg_hba_rule.conf.erb'
$pl_pg_hba_conf_erb = 'postgresql_cd/server/pghba/pg_hba.conf.erb'
# includes must be last
include postgresql_cd::main::config