3
0

Recommit for updates in build 12

This commit is contained in:
2025-12-05 14:29:58 +01:00
parent 64c7ce2843
commit 6212905110
2 changed files with 2 additions and 2 deletions

View File

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

View File

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