3
0

add support for extensions

This commit is contained in:
Arne Teuke
2025-11-21 15:45:25 +01:00
parent ca80d70857
commit 4e3b493d17
9 changed files with 80 additions and 5 deletions

View File

@@ -0,0 +1,11 @@
## 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
}