This commit is contained in:
2026-03-11 17:06:57 +01:00
parent 3a047e12d6
commit 75f42f78af
2 changed files with 1 additions and 18 deletions

View File

@@ -6,7 +6,7 @@
class confdroid_nagios::client::target (
) inherits confdroid_nagios::params {
if ($ng_nagios_server != $fqdn) and ($ng_enable_target == true) {
if $ng_enable_target == true {
package { $ng_reqpackages_client:
ensure => $ng_pkg_ensure,
}