9 lines
328 B
Puppet
9 lines
328 B
Puppet
# prometheus_cd::main::install.pp
|
|
# Module name: prometheus_cd
|
|
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
|
# @summary Class install binaries for the prometheus_cd module.
|
|
##############################################################################
|
|
class prometheus_cd::main::install (
|
|
) inherits prometheus_cd::params {
|
|
}
|