Added a skeleton icinga2::params class.

This commit is contained in:
Nick Chappell 2014-06-27 21:39:42 -07:00
parent 0852f726ea
commit 3e959201cd

12
manifests/params.pp Normal file
View 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 {
}