From e64aa316574e0fd36fd02e15e5c645a762fd4f4d Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Fri, 13 Feb 2026 15:41:12 +0100 Subject: [PATCH] OP#421 fix module name --- manifests/main/install.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/main/install.pp b/manifests/main/install.pp index 388c46c..02f2ba7 100644 --- a/manifests/main/install.pp +++ b/manifests/main/install.pp @@ -29,7 +29,7 @@ class confdroid_nagios::main::install ( # if we want to use NRPE on clients, install it if $ng_include_nrpe == true { - require cd_nrpe + require confdroid_nrpe } } }