change firewall settings action to jump

This commit is contained in:
Arne Teuke
2024-12-18 15:37:01 +01:00
parent 42540d6450
commit 6ae44b8b72

View File

@@ -28,7 +28,7 @@ class cd_nrpe::firewall::iptables (
firewall { "${ne_fw_order_no}${ne_nrpe_port} port ${ne_nrpe_port}": firewall { "${ne_fw_order_no}${ne_nrpe_port} port ${ne_nrpe_port}":
source => $nagios_server, source => $nagios_server,
proto => 'all', proto => ['tcp','udp'],
dport => $ne_nrpe_port, dport => $ne_nrpe_port,
jump => 'accept', jump => 'accept',
} }