From 47c112972f32b7d6d99a9df7370637dd3ad05427 Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Wed, 11 Mar 2026 17:14:06 +0100 Subject: [PATCH] Recommit for updates in build 211 --- ...onfdroid_nagios_3A_3Amain_3A_3Ainstall.html | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/doc/puppet_classes/confdroid_nagios_3A_3Amain_3A_3Ainstall.html b/doc/puppet_classes/confdroid_nagios_3A_3Amain_3A_3Ainstall.html index ee2a1f5..c733e68 100644 --- a/doc/puppet_classes/confdroid_nagios_3A_3Amain_3A_3Ainstall.html +++ b/doc/puppet_classes/confdroid_nagios_3A_3Amain_3A_3Ainstall.html @@ -115,15 +115,7 @@ 17 18 19 -20 -21 -22 -23 -24 -25 -26 -27 -28 +20
# File 'manifests/main/install.pp', line 6
@@ -141,14 +133,6 @@ class confdroid_nagios::main::install (
     package { $ng_reqpackages_server:
       ensure => $ng_pkg_ensure,
     }
-
-    package { $ng_reqpackages_client:
-      ensure => $ng_pkg_ensure,
-    }
-
-    if $ng_include_nrpe == true {
-      require confdroid_nrpe
-    }
   }
 }