OP#200 replace class names
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
## postgresql_cd::exporter::dirs.pp
|
||||
# Module name: postgresql_cd
|
||||
## confdroid_postgresql::exporter::dirs.pp
|
||||
# Module name: confdroid_postgresql
|
||||
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
||||
# @summary Class manages the postgresql exporter dirs
|
||||
###############################################################################
|
||||
class postgresql_cd::exporter::dirs (
|
||||
class confdroid_postgresql::exporter::dirs (
|
||||
|
||||
) inherits postgresql_cd::params {
|
||||
) inherits confdroid_postgresql::params {
|
||||
if ($fqdn == $pl_server_fqdn) and ($pl_use_exporter == true) {
|
||||
file { $pl_install_dir:
|
||||
ensure => directory,
|
||||
|
||||
Reference in New Issue
Block a user