3
0

add bouncer

This commit is contained in:
12ww1160
2025-12-05 13:06:10 +01:00
parent 9df1304812
commit c4fcffcb40
20 changed files with 119 additions and 16 deletions

View File

@@ -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
# }
}
}