OP#263 include exporter service
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user