Files
confdroid_prometheus/manifests/init.pp

9 lines
327 B
ObjectPascal
Raw Normal View History

2025-12-13 13:25:01 +01:00
# confdroid_prometheus::init.pp
# Module name: confdroid_prometheus
2025-06-13 14:33:21 +02:00
# Author: Arne Teuke (arne_teuke@confdroid.com)
2025-12-13 13:25:01 +01:00
# @summary Class initializes the confdroid_prometheus module.
2025-06-13 14:33:21 +02:00
##############################################################################
2025-12-13 13:25:01 +01:00
class confdroid_prometheus {
include confdroid_prometheus::params
2025-06-13 14:33:21 +02:00
}