OP#436 testing import

This commit is contained in:
2026-03-09 15:50:22 +01:00
parent 059cf0be19
commit a0bf926553
2 changed files with 1 additions and 17 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_nagios_server != $fqdn) and ($ng_enable_target == true) {
@@nagios_host { $fqdn:
ensure => $ng_ping_ensure,
alias => $hostname,