OP#436 try installation

This commit is contained in:
2026-03-09 15:28:03 +01:00
parent e69e8648c6
commit 7658c09e83

View File

@@ -24,8 +24,6 @@ class confdroid_nagios::main::install (
} }
} }
# if we are not the nagios server, install only client packages
if $fqdn != $ng_nagios_server {
package { $ng_reqpackages_client: package { $ng_reqpackages_client:
ensure => $ng_pkg_ensure, ensure => $ng_pkg_ensure,
} }
@@ -35,4 +33,3 @@ class confdroid_nagios::main::install (
require confdroid_nrpe require confdroid_nrpe
} }
} }
}