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,