2025-11-21 15:45:25 +01:00
|
|
|
## postgresql_cd::exporter::files.pp
|
|
|
|
|
# Module name: postgresql_cd
|
|
|
|
|
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
|
|
|
|
# @summary Class manages the postgresql exporter files
|
|
|
|
|
###############################################################################
|
|
|
|
|
class postgresql_cd::exporter::files (
|
|
|
|
|
|
|
|
|
|
) inherits postgresql_cd::params {
|
|
|
|
|
if ($fqdn == $pl_server_fqdn) and ($pl_use_exporter == true) {
|
|
|
|
|
require postgresql_cd::exporter::dirs
|
2025-11-21 15:49:37 +01:00
|
|
|
}
|
2025-11-21 15:45:25 +01:00
|
|
|
}
|