add support for extensions
This commit is contained in:
11
manifests/exporter/files.pp
Normal file
11
manifests/exporter/files.pp
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user