OP#195 change class names
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
# prometheus_cd::main::dirs.pp
|
||||
# Module name: prometheus_cd
|
||||
# confdroid_prometheus::main::dirs.pp
|
||||
# Module name: confdroid_prometheus
|
||||
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
||||
# @summary Class manages directories for the prometheus_cd module.
|
||||
# @summary Class manages directories for the confdroid_prometheus module.
|
||||
##############################################################################
|
||||
class prometheus_cd::main::dirs (
|
||||
) inherits prometheus_cd::params {
|
||||
require prometheus_cd::main::install
|
||||
class confdroid_prometheus::main::dirs (
|
||||
) inherits confdroid_prometheus::params {
|
||||
require confdroid_prometheus::main::install
|
||||
if ($ps_prom_host == $fqdn) and ($manage_prometheus == true) {
|
||||
# prometheus directory
|
||||
file { $ps_main_dir:
|
||||
|
||||
Reference in New Issue
Block a user