3
0

OP#200 replace class names

This commit is contained in:
2025-12-04 19:49:59 +01:00
parent 363f546191
commit b97d83be3b
17 changed files with 101 additions and 101 deletions

View File

@@ -1,17 +1,17 @@
## postgresql_cd::main::config.pp
# Module name: postgresql_cd
## confdroid_postgresql::main::config.pp
# Module name: confdroid_postgresql
# Author: Arne Teuke (arne_teuke@confdroid.com)
# @summary Class manages logic for the postgresql_cd module.
# @summary Class manages logic for the confdroid_postgresql module.
##############################################################################
class postgresql_cd::main::config (
class confdroid_postgresql::main::config (
) inherits postgresql_cd::params {
include postgresql_cd::main::install
) inherits confdroid_postgresql::params {
include confdroid_postgresql::main::install
if $fqdn == $pl_server_fqdn {
include postgresql_cd::server::service
include confdroid_postgresql::server::service
# if $pl_use_exporter == true {
# include postgresql_cd::exporter::service
# include confdroid_postgresql::exporter::service
# }
}
}