From 00b269ba1b8a328a8b8387f70dc21f42c48e323d Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Mon, 2 Mar 2026 02:07:52 +0100 Subject: [PATCH] OP#436 edit localhost --- manifests/main/install.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/main/install.pp b/manifests/main/install.pp index 02f2ba7..ed50ebc 100644 --- a/manifests/main/install.pp +++ b/manifests/main/install.pp @@ -19,6 +19,9 @@ class confdroid_nagios::main::install ( package { $ng_reqpackages_client: ensure => $ng_pkg_ensure, } + if $ng_include_nrpe == true { + require confdroid_nrpe + } } # if we are not the nagios server, install only client packages