Files
confdroid_prometheus/manifests/params.pp

12 lines
352 B
ObjectPascal
Raw Normal View History

2025-06-13 14:33:21 +02:00
# prometheus_cd::params.pp
# Module name: prometheus_cd
# Author: Arne Teuke (arne_teuke@confdroid.com)
# @summary Class holds all parameters for the prometheus_cd module.
##############################################################################
2025-06-13 14:37:00 +02:00
class prometheus_cd::params (
2025-06-13 14:33:21 +02:00
) {
# includes must be last
include prometheus_cd::main::config
}