Recommit for updates in build 51

This commit is contained in:
Jenkins Server
2026-02-14 20:11:19 +01:00
parent b1cc56fff4
commit b5a46a3520

View File

@@ -123,15 +123,15 @@ class confdroid_nagios::server::service (
) inherits confdroid_nagios::params { ) inherits confdroid_nagios::params {
require confdroid_nagios::server::files require confdroid_nagios::server::files
# if $ng_nagios_server == $fqdn { if $ng_nagios_server == $fqdn {
# service { $ng_nagios_service: service { $ng_nagios_service:
# ensure => running, ensure => running,
# name => $ng_nagios_service, name => $ng_nagios_service,
# enable => true, enable => true,
# hasrestart => true, hasrestart => true,
# hasstatus => true, hasstatus => true,
# } }
# } }
}</pre> }</pre>
</td> </td>
</tr> </tr>