From 68ce7a902da467d80ad0edb088b8450822956785 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Wed, 17 Mar 2021 09:14:19 -0400 Subject: [PATCH] insert instead of append --- salt/firewall/init.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/firewall/init.sls b/salt/firewall/init.sls index 3d4d5ef6b..1d6ba350f 100644 --- a/salt/firewall/init.sls +++ b/salt/firewall/init.sls @@ -102,7 +102,7 @@ enable_docker_user_fw_policy: # Allow related/established sessions iptables_allow_established: - iptables.append: + iptables.insert: - table: filter - chain: INPUT - jump: ACCEPT