Recommit for updates in build 13

This commit is contained in:
Jenkins Server
2026-02-13 14:05:42 +01:00
parent 7d430610ad
commit 4330560d54

View File

@@ -147,10 +147,10 @@ class confdroid_nagios::main::install (
# we'll need httpd installed
require confdroid_apache
package {$ng_reqpackages_server:
package { $ng_reqpackages_server:
ensure => $ng_pkg_ensure,
}
package {$ng_reqpackages_client:
package { $ng_reqpackages_client:
ensure => $ng_pkg_ensure,
}
}
@@ -158,7 +158,7 @@ class confdroid_nagios::main::install (
# if we are not the nagios server, install only client packages
if $fqdn != $ng_nagios_server {
package {$reqpackages_client:
package { $reqpackages_client:
ensure => $pkg_ensure,
}