3
0

OP#263 include exporter service

This commit is contained in:
12ww1160
2025-12-15 13:54:08 +01:00
parent 974e59af4d
commit b9efa5800f

View File

@@ -10,9 +10,9 @@ class confdroid_postgresql::main::config (
if $fqdn == $pl_server_fqdn { if $fqdn == $pl_server_fqdn {
include confdroid_postgresql::server::service include confdroid_postgresql::server::service
# if $pl_use_exporter == true { if $pl_use_exporter == true {
# include confdroid_postgresql::exporter::service include confdroid_postgresql::exporter::service
# } }
if $pl_use_pg_bouncer == true { if $pl_use_pg_bouncer == true {
include confdroid_postgresql::bouncer::service include confdroid_postgresql::bouncer::service
} }