From f268f4b88ce84c65f32710558d10747f58a30286 Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Sun, 1 Mar 2026 16:40:46 +0100 Subject: [PATCH] OP#436 add client target --- manifests/client/target.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/client/target.pp b/manifests/client/target.pp index df31dfb..1197fd3 100644 --- a/manifests/client/target.pp +++ b/manifests/client/target.pp @@ -8,7 +8,7 @@ class confdroid_nagios::client::target ( ) inherits confdroid_nagios::params { if $ng_nagios_server == $fqdn { if $ng_include_nrpe == true { - require cd_nrpe + require confdroid_nrpe @@nagios_host { $fqdn: ensure => $ng_ping_ensure,