Added a skeleton icinga2::params class.
This commit is contained in:
parent
0852f726ea
commit
3e959201cd
1 changed files with 12 additions and 0 deletions
12
manifests/params.pp
Normal file
12
manifests/params.pp
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# == Class: icinga2::params
|
||||||
|
#
|
||||||
|
# This class contains config options and settings for use elsewhere in the module.
|
||||||
|
#
|
||||||
|
# === Parameters
|
||||||
|
#
|
||||||
|
# See the inline comments.
|
||||||
|
#
|
||||||
|
|
||||||
|
class icinga2::params {
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in a new issue