OP#195 change class names
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user