fix autoload
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
## confdroid_postgresql::bouncer::bouncer.pp
|
||||
# Module name: confdroid_postgresql
|
||||
# Author: Arne Teuke (12ww1160@confdroid.com)
|
||||
# Author: 12ww1160 (12ww1160@confdroid.com)
|
||||
# @summary Class manages the pgbouncer service
|
||||
###############################################################################
|
||||
class confdroid_postgresql::bouncer::bouncer (
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
# confdroid_postgresql::bouncer::rule.pp
|
||||
# confdroid_postgresql::bouncer::bouncer_rule.pp
|
||||
# Module name: confdroid_postgresql
|
||||
# Author: Arne Teuke (12ww1160@confdroid.com)
|
||||
# Author: 12ww1160 (12ww1160@confdroid.com)
|
||||
# @summary define manages rule entries for bouncer rules
|
||||
# @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
|
||||
##############################################################################
|
||||
define confdroid_postgresql::bouncer::rule (
|
||||
define confdroid_postgresql::bouncer::bouncer_rule (
|
||||
|
||||
String $pl_bouncer_db_name = undef,
|
||||
String $pl_bouncer_host = '127.0.0.1',
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
## confdroid_postgresql::bouncer::service.pp
|
||||
# Module name: confdroid_postgresql
|
||||
# Author: Arne Teuke (12ww1160@confdroid.com)
|
||||
# Author: 12ww1160 (12ww1160@confdroid.com)
|
||||
# @summary Class manages the pgbouncer service
|
||||
###############################################################################
|
||||
class confdroid_postgresql::bouncer::service (
|
||||
|
||||
Reference in New Issue
Block a user