From 6212905110ffeb89aa2e0bb43ed6464f3204263e Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Fri, 5 Dec 2025 14:29:58 +0100 Subject: [PATCH] Recommit for updates in build 12 --- .../confdroid_postgresql_3A_3Abouncer_3A_3Abouncer.html | 2 +- ...confdroid_postgresql_3A_3Aserver_3A_3Apghba_3A_3Apg_hba.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/puppet_classes/confdroid_postgresql_3A_3Abouncer_3A_3Abouncer.html b/doc/puppet_classes/confdroid_postgresql_3A_3Abouncer_3A_3Abouncer.html index 9ecc19b..700e057 100644 --- a/doc/puppet_classes/confdroid_postgresql_3A_3Abouncer_3A_3Abouncer.html +++ b/doc/puppet_classes/confdroid_postgresql_3A_3Abouncer_3A_3Abouncer.html @@ -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', diff --git a/doc/puppet_classes/confdroid_postgresql_3A_3Aserver_3A_3Apghba_3A_3Apg_hba.html b/doc/puppet_classes/confdroid_postgresql_3A_3Aserver_3A_3Apghba_3A_3Apg_hba.html index 9393f44..bb1097a 100644 --- a/doc/puppet_classes/confdroid_postgresql_3A_3Aserver_3A_3Apghba_3A_3Apg_hba.html +++ b/doc/puppet_classes/confdroid_postgresql_3A_3Aserver_3A_3Apghba_3A_3Apg_hba.html @@ -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',