12 lines
352 B
Puppet
12 lines
352 B
Puppet
# prometheus_cd::params.pp
|
|
# Module name: prometheus_cd
|
|
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
|
# @summary Class holds all parameters for the prometheus_cd module.
|
|
##############################################################################
|
|
class prometheus_cd::params (
|
|
|
|
) {
|
|
# includes must be last
|
|
include prometheus_cd::main::config
|
|
}
|