Puppet Class: confdroid_postgresql::exporter::files

Inherits:
confdroid_postgresql::params
Defined in:
manifests/exporter/files.pp

Summary

Class manages the postgresql exporter files

Overview

confdroid_postgresql::exporter::files.pp Module name: confdroid_postgresql Author: 12ww1160 (12ww1160@confdroid.com)



6
7
8
9
10
11
12
# File 'manifests/exporter/files.pp', line 6

class confdroid_postgresql::exporter::files (

) inherits confdroid_postgresql::params {
  if ($fqdn == $pl_server_fqdn) and ($pl_use_exporter == true) {
    require confdroid_postgresql::exporter::dirs
  }
}