fix erb
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
# pl_bouncer_host => '127.0.0.7',
|
||||
# pl_bouncer_port => '5432',
|
||||
# pl_bouncer_user => 'test_user',
|
||||
# pl_bouncer_order => '001',
|
||||
# }
|
||||
###############################################################################
|
||||
class confdroid_postgresql::bouncer::bouncer (
|
||||
|
||||
@@ -93,7 +93,7 @@ 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.ini.erb'
|
||||
$pl_bouncer_ini_erb = 'confdroid_postgresql/server/bouncer/pgbouncer_rule.erb'
|
||||
$pl_bouncer_auth_file = "${pl_bouncer_dir}/userlist.txt"
|
||||
$pl_bouncer_auth_erb = 'confdroid_postgresql/server/bouncer/bouncer_users.erb'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user