3
0

OP#195 change class names

This commit is contained in:
12ww1160
2025-12-13 13:25:01 +01:00
parent 92285116d4
commit 0ff1f053e6
10 changed files with 61 additions and 61 deletions

View File

@@ -1,11 +1,11 @@
# prometheus_cd::main::config.pp
# Module name: prometheus_cd
# confdroid_prometheus::main::config.pp
# Module name: confdroid_prometheus
# Author: Arne Teuke (arne_teuke@confdroid.com)
# @summary Class manages the module logic for the prometheus_cd module.
# @summary Class manages the module logic for the confdroid_prometheus module.
##############################################################################
class prometheus_cd::main::config (
) inherits prometheus_cd::params {
include prometheus_cd::main::service
class confdroid_prometheus::main::config (
) inherits confdroid_prometheus::params {
include confdroid_prometheus::main::service
exec { 'systemd-daemon-reload':
command => '/bin/systemctl daemon-reload',