From da98abb9464675abb6947e12ddfc6b2443139ef8 Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Mon, 2 Mar 2026 15:32:19 +0100 Subject: [PATCH] Recommit for updates in build 138 --- ...d_nagios_3A_3Anagios_3A_3Aobjects_3A_3Atemplate_rules.html | 4 ++-- 1 file changed, 2 insertions(+), 2 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 8c5fcfa..8a464a2 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,9 +235,9 @@ class confdroid_nagios::nagios::objects::template_rules ( ng_template_object_use => 'generic-host', ng_notification_options => 'd,u,r', } - confdroid_nagios::nagios::objects::templates { 'unix-server': + confdroid_nagios::nagios::objects::templates { 'generic-switch': ng_template_object => 'host', - ng_template_object_name => 'unix-server', + ng_template_object_name => 'generic-switch', ng_template_object_use => 'generic-host', ng_notification_options => 'd,u,r', }