change firewall settings action to jump

This commit is contained in:
Arne Teuke
2024-12-18 15:09:35 +01:00
parent 133b9bf171
commit ae352b2ac6

View File

@@ -30,7 +30,7 @@ class cd_nrpe::firewall::iptables (
source => $nagios_server,
proto => ['tcp','udp'],
dport => $ne_nrpe_port,
action => 'accept',
jump => 'accept',
}
}
}