commit | 79d520802f0dd9a7a5994ea308634d29f8c3cc88 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Mon Nov 09 14:48:49 2015 +0100 |
committer | Filip Pytloun <filip@pytloun.cz> | Mon Nov 09 14:48:49 2015 +0100 |
tree | 4e2cbcc22b2b35c6019a917a619fc1b0f5d59177 | |
parent | 9dc2a1a4fa27960e1085a1e79eea157155b89108 [diff] |
Policy requires table argument (but default should be filter)
diff --git a/iptables/service.sls b/iptables/service.sls index ebccf0a..843dff8 100644 --- a/iptables/service.sls +++ b/iptables/service.sls
@@ -21,6 +21,7 @@ iptables.set_policy: - chain: {{ chain_name }} - policy: {{ chain.policy }} + - table: filter {%- endif %} {%- for rule_name, rule in chain.get('rule', {}).iteritems() %}