set up basic structure

This commit is contained in:
Arne Teuke
2025-06-13 14:48:19 +02:00
parent 3a7bc8ac5b
commit 617f431f18
5 changed files with 36 additions and 1 deletions

View File

@@ -4,6 +4,6 @@
# @summary Class manages the module logic for the prometheus_cd module.
##############################################################################
class prometheus_cd::main::config (
) inherits prometheus_cd::params {
include prometheus_cd::main::service
}