From 9ce8678b7b4358d6676e65e0aa078380f6191565 Mon Sep 17 00:00:00 2001 From: Nick Chappell Date: Mon, 28 Jul 2014 18:49:09 -0700 Subject: [PATCH] Added more header comments. --- manifests/object/host.pp | 4 +++- manifests/object/hostgroup.pp | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/manifests/object/host.pp b/manifests/object/host.pp index 91ed54d..e6375ea 100644 --- a/manifests/object/host.pp +++ b/manifests/object/host.pp @@ -1,6 +1,8 @@ # == Defined type: icinga2::object::host # -# This defined type +# This is a defined type for Icinga 2 host objects. +# See the following Icinga 2 doc page for more info: +# http://docs.icinga.org/icinga2/latest/doc/module/icinga2/chapter/configuring-icinga2#objecttype-host # # === Parameters # diff --git a/manifests/object/hostgroup.pp b/manifests/object/hostgroup.pp index 810ebfe..5016f96 100644 --- a/manifests/object/hostgroup.pp +++ b/manifests/object/hostgroup.pp @@ -1,5 +1,8 @@ # == Defined type: icinga2::object::hostgroup # +# This is a defined type for Icinga 2 hostgroup objects. +# See the following Icinga 2 doc page for more info: +# http://docs.icinga.org/icinga2/latest/doc/module/icinga2/chapter/configuring-icinga2#objecttype-hostgroup # # === Parameters #