From 2ec29453606fa4094098877931dcee2827329d85 Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Mon, 2 Mar 2026 15:25:56 +0100 Subject: [PATCH] Recommit for updates in build 137 --- ...gios_3A_3Anagios_3A_3Aobjects_3A_3Atemplate_rules.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/puppet_classes/confdroid_nagios_3A_3Anagios_3A_3Aobjects_3A_3Atemplate_rules.html b/doc/puppet_classes/confdroid_nagios_3A_3Anagios_3A_3Aobjects_3A_3Atemplate_rules.html index e6b3254..8c5fcfa 100644 --- a/doc/puppet_classes/confdroid_nagios_3A_3Anagios_3A_3Aobjects_3A_3Atemplate_rules.html +++ b/doc/puppet_classes/confdroid_nagios_3A_3Anagios_3A_3Aobjects_3A_3Atemplate_rules.html @@ -235,15 +235,15 @@ class confdroid_nagios::nagios::objects::template_rules ( ng_template_object_use => 'generic-host', ng_notification_options => 'd,u,r', } - confdroid_nagios::nagios::objects::templates { 'switch': + confdroid_nagios::nagios::objects::templates { 'unix-server': ng_template_object => 'host', - ng_template_object_name => 'switch', + ng_template_object_name => 'unix-server', ng_template_object_use => 'generic-host', ng_notification_options => 'd,u,r', } - confdroid_nagios::nagios::objects::templates { 'printer': + confdroid_nagios::nagios::objects::templates { 'generic-printer': ng_template_object => 'host', - ng_template_object_name => 'printer', + ng_template_object_name => 'generic-printer', ng_template_object_use => 'generic-host', ng_notification_options => 'd,u,r', }