3
0

initial commit and basic setup

This commit is contained in:
Arne Teuke
2025-06-13 14:33:21 +02:00
parent 2b1b61b354
commit d603cf47fe
7 changed files with 384 additions and 69 deletions

9
manifests/main/config.pp Normal file
View File

@@ -0,0 +1,9 @@
# prometheus_cd::main::config.pp
# Module name: prometheus_cd
# Author: Arne Teuke (arne_teuke@confdroid.com)
# @summary Class manages the module logic for the prometheus_cd module.
##############################################################################
class prometheus_cd::main::config (
) inherits prometheus_cd::params {
}