3
0

OP#263 remove exporter option

This commit is contained in:
12ww1160
2025-12-15 14:09:47 +01:00
parent a59dc28728
commit e00a4c8da1
6 changed files with 3 additions and 62 deletions

View File

@@ -10,9 +10,6 @@ class confdroid_postgresql::main::config (
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
}