3
0

fix header names

This commit is contained in:
12ww1160
2025-12-05 14:28:25 +01:00
parent 84a58bc0c8
commit 4663bb15e0
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ class confdroid_postgresql::bouncer::bouncer (
} }
# manage file header # manage file header
concat::fragment { 'header': concat::fragment { 'bouncer_header':
target => $pl_bouncer_ini_file, target => $pl_bouncer_ini_file,
content => template($pl_bouncer_ini_erb), content => template($pl_bouncer_ini_erb),
order => '000', order => '000',

View File

@@ -27,7 +27,7 @@ class confdroid_postgresql::server::pghba::pg_hba (
# manage file header # manage file header
concat::fragment { 'header': concat::fragment { 'pghba_header':
target => $pl_pg_hba_conf, target => $pl_pg_hba_conf,
content => template($pl_pg_hba_conf_erb), content => template($pl_pg_hba_conf_erb),
order => '000', order => '000',