10 lines
369 B
Puppet
10 lines
369 B
Puppet
# prometheus_cd::main::service.pp
|
|
# Module name: prometheus_cd
|
|
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
|
# @summary Class manages the services for the prometheus_cd module.
|
|
##############################################################################
|
|
class prometheus_cd::main::service (
|
|
) inherits prometheus_cd::params {
|
|
require prometheus_cd::main::files
|
|
}
|