12 lines
434 B
Puppet
12 lines
434 B
Puppet
## 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
|
|
}
|