added parameter documentation

This commit is contained in:
Arne Teuke
2017-07-25 17:15:21 +01:00
parent e03a5d9475
commit b4e4ceb9b0

View File

@@ -51,7 +51,6 @@
# Since this is a template definition, we do not want to register those. # Since this is a template definition, we do not want to register those.
################################################################################ ################################################################################
define cd_nagios::nagios::objects::templates ( define cd_nagios::nagios::objects::templates (
$ng_template_object = undef, $ng_template_object = undef,
$ng_template_object_name = undef, $ng_template_object_name = undef,
$ng_svc_notification_period = '24x7', $ng_svc_notification_period = '24x7',
@@ -63,7 +62,6 @@ $ng_host_notification_commands = 'notify-host-by-email',
$ng_object_register = '0', $ng_object_register = '0',
) { ) {
$ng_nagios_server = $::cd_nagios::params::ng_nagios_server $ng_nagios_server = $::cd_nagios::params::ng_nagios_server
$ng_target_templates = $::cd_nagios::params::ng_target_templates $ng_target_templates = $::cd_nagios::params::ng_target_templates
$ng_templates_rule_erb = $::cd_nagios::params::ng_templates_rule_erb $ng_templates_rule_erb = $::cd_nagios::params::ng_templates_rule_erb