added parameter documentation

This commit is contained in:
Arne Teuke
2017-07-25 17:13:25 +01:00
parent 6a57847a12
commit e03a5d9475
2 changed files with 33 additions and 2 deletions

View File

@@ -46,8 +46,9 @@ class cd_nagios::nagios::objects::template_rules (
}
# example rule
cd_nagios::objects::templates { $name:
ng_template_object => 'contact',
cd_nagios::objects::templates { 'generic contact':
ng_template_object => 'contact',
ng_template_object_name => 'generic-contact',
}
}
}