2025-06-13 14:33:21 +02:00
|
|
|
# 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 {
|
2025-06-13 14:48:19 +02:00
|
|
|
include prometheus_cd::main::service
|
2025-06-13 14:33:21 +02:00
|
|
|
}
|