From ec72ea9986afb0c8f53955b378329b243dd51b7f Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Mon, 9 Mar 2026 15:32:40 +0100 Subject: [PATCH] OP#436 try installation --- manifests/main/install.pp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/manifests/main/install.pp b/manifests/main/install.pp index 61cb766..7dbeff4 100644 --- a/manifests/main/install.pp +++ b/manifests/main/install.pp @@ -16,12 +16,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 - } } package { $ng_reqpackages_client: