From 75f00a0f238f502485d2b790aa05776e5d7b92f9 Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Fri, 5 Dec 2025 15:47:52 +0100 Subject: [PATCH] Recommit for updates in build 20 --- .../confdroid_postgresql_3A_3Abouncer_3A_3Abouncer_rule.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/puppet_defined_types/confdroid_postgresql_3A_3Abouncer_3A_3Abouncer_rule.html b/doc/puppet_defined_types/confdroid_postgresql_3A_3Abouncer_3A_3Abouncer_rule.html index 6f2323b..ebae6f7 100644 --- a/doc/puppet_defined_types/confdroid_postgresql_3A_3Abouncer_3A_3Abouncer_rule.html +++ b/doc/puppet_defined_types/confdroid_postgresql_3A_3Abouncer_3A_3Abouncer_rule.html @@ -212,7 +212,8 @@ 27 28 29 -30 +30 +31
# File 'manifests/bouncer/bouncer_rule.pp', line 13
@@ -228,6 +229,7 @@ define confdroid_postgresql::bouncer::bouncer_rule (
 ) {
   $pl_bouncer_ini_file    = $confdroid_postgresql::params::pl_bouncer_ini_file
   $pl_bouncer_ini_erb     = $confdroid_postgresql::params::pl_bouncer_ini_erb
+  $pl_bouncer_rule_erb    = $confdroid_postgresql::params::pl_bouncer_rule_erb
 
   concat::fragment { "pl_bouncer_rule_${name}":
     target  => $pl_bouncer_ini_file,