From 4a578f67e69fc7317ed439293c32b81304d65291 Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 7 Feb 2017 01:30:57 +0100 Subject: [PATCH] firewall.mgmt-gw: add interface context --- salt/firewall/mgmt-gw.sls | 2 ++ 1 file changed, 2 insertions(+) diff --git a/salt/firewall/mgmt-gw.sls b/salt/firewall/mgmt-gw.sls index 903214d..4cad54b 100644 --- a/salt/firewall/mgmt-gw.sls +++ b/salt/firewall/mgmt-gw.sls @@ -5,6 +5,8 @@ iptables: file.managed: - source: salt://firewall/mgmt-gw.sh - template: 'jinja' + - context: + interface: mgmt - mode: 744 - require: - pkg: iptables