diff --git a/manifests/params.pp b/manifests/params.pp new file mode 100644 index 0000000..f36fb4b --- /dev/null +++ b/manifests/params.pp @@ -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 { + +} \ No newline at end of file