From c7e986e12e77a21a51407ed39085ddcc79af35a0 Mon Sep 17 00:00:00 2001 From: "David J. M. Karlsen" Date: Wed, 23 Apr 2014 21:55:01 +0200 Subject: [PATCH] have unique names --- postfix/iptables-input.sls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postfix/iptables-input.sls b/postfix/iptables-input.sls index 9510c6c..a51434f 100644 --- a/postfix/iptables-input.sls +++ b/postfix/iptables-input.sls @@ -2,7 +2,7 @@ smtp.input: iptables.chain_present: - -tcp: +smtp.iptables.tcp: iptables.insert: - table: filter - position: 1 @@ -14,7 +14,7 @@ tcp: - proto: tcp - save: True -filter: +smtp.iptables.filter: iptables.insert: - table: filter - position: 1