3
0

OP#195 change class names

This commit is contained in:
12ww1160
2025-12-13 13:25:01 +01:00
parent 92285116d4
commit 0ff1f053e6
10 changed files with 61 additions and 61 deletions

View File

@@ -1,7 +1,7 @@
# prometheus_cd::params.pp
# Module name: prometheus_cd
# confdroid_prometheus::params.pp
# Module name: confdroid_prometheus
# Author: Arne Teuke (arne_teuke@confdroid.com)
# @summary Class holds all parameters for the prometheus_cd module.
# @summary Class holds all parameters for the confdroid_prometheus module.
# @param [String] reqpackage_prom the prometheus package
# @param [String] reqpackage_ne the node_exporter package
# @param [String] pkg_ensure which version of the package to install
@@ -40,9 +40,9 @@
# @param [Boolean] ps_dry_run (true = just log, false = actually delete blocks)
# @param [String] ps_min_age_hours Minimum block age in hours before pruning
# @param [String] ps_grace_hours Grace period in hours to be extra safe
# @param [String] ps_sql_template the SQL template to use for checks.
# @param [String] ps_sql_template the SQL template to use for checks.
##############################################################################
class prometheus_cd::params (
class confdroid_prometheus::params (
# installation
String $reqpackage_prom = 'prometheus2',
@@ -128,5 +128,5 @@ class prometheus_cd::params (
$ps_prune_timer = 'prometheus-prune.timer'
# includes must be last
include prometheus_cd::main::config
include confdroid_prometheus::main::config
}