From ae352b2ac6042e0d0e477a03aedeed1c757ef645 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Wed, 18 Dec 2024 15:09:35 +0100 Subject: [PATCH] change firewall settings action to jump --- manifests/firewall/iptables.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/firewall/iptables.pp b/manifests/firewall/iptables.pp index 64a6271..8c10c6a 100644 --- a/manifests/firewall/iptables.pp +++ b/manifests/firewall/iptables.pp @@ -30,7 +30,7 @@ class cd_nrpe::firewall::iptables ( source => $nagios_server, proto => ['tcp','udp'], dport => $ne_nrpe_port, - action => 'accept', + jump => 'accept', } } }