Puppet Class: prometheus_cd::params

Inherited by:
prometheus_cd::main::config
Defined in:
manifests/params.pp

Summary

Class holds all parameters for the prometheus_cd module.

Overview

prometheus_cd::params.pp Module name: prometheus_cd Author: Arne Teuke (arne_teuke@confdroid.com)



6
7
8
9
10
11
# File 'manifests/params.pp', line 6

class prometheus_cd::params (

) {
  # includes must be last
  include prometheus_cd::main::config
}