change firewall settings action to jump

This commit is contained in:
Arne Teuke
2024-12-18 15:35:09 +01:00
parent 5aafb2155f
commit 42540d6450

View File

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