This commit is contained in:
2026-03-11 17:12:04 +01:00
parent 75f42f78af
commit f6fb054103

View File

@@ -16,13 +16,5 @@ class confdroid_nagios::main::install (
package { $ng_reqpackages_server:
ensure => $ng_pkg_ensure,
}
package { $ng_reqpackages_client:
ensure => $ng_pkg_ensure,
}
if $ng_include_nrpe == true {
require confdroid_nrpe
}
}
}