diff --git a/manifests/client/target.pp b/manifests/client/target.pp index 35d4bf6..91cc839 100644 --- a/manifests/client/target.pp +++ b/manifests/client/target.pp @@ -7,10 +7,6 @@ class confdroid_nagios::client::target ( ) inherits confdroid_nagios::params { if ($ng_nagios_server == $fqdn) and ($ng_enable_target == true) { - if $ng_include_nrpe == true { - require confdroid_nrpe - } - @@nagios_host { $fqdn: ensure => $ng_ping_ensure, alias => $hostname,