add bouncer details
This commit is contained in:
@@ -6,15 +6,15 @@
|
||||
class confdroid_postgresql::main::config (
|
||||
|
||||
) inherits confdroid_postgresql::params {
|
||||
include confdroid_postgresql::main::install
|
||||
require confdroid_postgresql::main::install
|
||||
|
||||
if $fqdn == $pl_server_fqdn {
|
||||
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
|
||||
# }
|
||||
if $pl_use_pg_bouncer == true {
|
||||
include confdroid_postgresql::bouncer::service
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user