OP#207fix variable relationship and add firewall rule
This commit is contained in:
@@ -5,18 +5,18 @@
|
||||
# @see https://www.postgresql.org/docs/9.6/static/auth-pg-hba-conf.html
|
||||
# @param [String] pl_bouncer_db_name db name for the bouncer rule
|
||||
# @param [String] pl_bouncer_host IP of the db host to bounce to
|
||||
# @param [String] pl_bouncer_port port of the db host to bounce to
|
||||
# @param [String] pl_bouncer_host_port port of the db host to bounce to
|
||||
# @param [String] pl_bouncer_user user for the connection. Must be defined in
|
||||
# userlist.txt
|
||||
# @param [String] pl_bouncer_order the order in which the rule should appear
|
||||
##############################################################################
|
||||
define confdroid_postgresql::bouncer::bouncer_rule (
|
||||
|
||||
String $pl_bouncer_db_name = undef,
|
||||
String $pl_bouncer_host = '127.0.0.1',
|
||||
String $pl_bouncer_port = '5432',
|
||||
String $pl_bouncer_user = undef,
|
||||
String $pl_bouncer_order = undef,
|
||||
String $pl_bouncer_db_name = undef,
|
||||
String $pl_bouncer_host = '127.0.0.1',
|
||||
String $pl_bouncer_host_port = '5432',
|
||||
String $pl_bouncer_user = undef,
|
||||
String $pl_bouncer_order = undef,
|
||||
|
||||
) {
|
||||
$pl_bouncer_ini_file = $confdroid_postgresql::params::pl_bouncer_ini_file
|
||||
|
||||
Reference in New Issue
Block a user