add bouncer
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
## confdroid_postgresql::main::config.pp
|
||||
# Module name: confdroid_postgresql
|
||||
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
||||
# Author: Arne Teuke (12ww1160@confdroid.com)
|
||||
# @summary Class manages logic for the confdroid_postgresql module.
|
||||
##############################################################################
|
||||
class confdroid_postgresql::main::config (
|
||||
@@ -12,6 +12,9 @@ class confdroid_postgresql::main::config (
|
||||
include confdroid_postgresql::server::service
|
||||
# if $pl_use_exporter == true {
|
||||
# include confdroid_postgresql::exporter::service
|
||||
# }
|
||||
# if $pl_use_pg_bouncer == true {
|
||||
# include confdroid_postgresql::bouncer::service
|
||||
# }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user