diff --git a/doc/puppet_classes/confdroid_postgresql_3A_3Aparams.html b/doc/puppet_classes/confdroid_postgresql_3A_3Aparams.html index 0b73522..611038a 100644 --- a/doc/puppet_classes/confdroid_postgresql_3A_3Aparams.html +++ b/doc/puppet_classes/confdroid_postgresql_3A_3Aparams.html @@ -742,7 +742,8 @@ 104 105 106 -107 +107 +108
# File 'manifests/params.pp', line 38
@@ -805,9 +806,10 @@ class confdroid_postgresql::params (
$pl_pg_hba_rule_conf = 'confdroid_postgresql/server/pghba/pg_hba_rule.conf.erb'
$pl_pg_hba_conf_erb = 'confdroid_postgresql/server/pghba/pg_hba.conf.erb'
$pl_bouncer_ini_file = "${pl_bouncer_dir}/pgbouncer.ini"
- $pl_bouncer_ini_erb = 'confdroid_postgresql/server/bouncer/pgbouncer_rule.erb'
+ $pl_bouncer_ini_erb = 'confdroid_postgresql/server/bouncer/pgbouncer.ini.erb'
$pl_bouncer_auth_file = "${pl_bouncer_dir}/userlist.txt"
$pl_bouncer_auth_erb = 'confdroid_postgresql/server/bouncer/bouncer_users.erb'
+ $pl_bouncer_rule_erb = 'confdroid_postgresql/server/bouncer/bouncer_rule.erb'
# Service
$pl_service = 'postgresql'
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 25d453e..6f2323b 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
@@ -231,7 +231,7 @@ define confdroid_postgresql::bouncer::bouncer_rule (
concat::fragment { "pl_bouncer_rule_${name}":
target => $pl_bouncer_ini_file,
- content => template($pl_bouncer_ini_erb),
+ content => template($pl_bouncer_rule_erb),
order => $pl_bouncer_order,
}
}