From 3e959201cd2b5045b197f7440da4d0ca828a4f9c Mon Sep 17 00:00:00 2001 From: Nick Chappell Date: Fri, 27 Jun 2014 21:39:42 -0700 Subject: [PATCH] Added a skeleton icinga2::params class. --- manifests/params.pp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 manifests/params.pp 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