From b584c44edcd61c5e94ceb90572cda44d4c7a7a1f Mon Sep 17 00:00:00 2001 From: David Bezuidenhout Date: Wed, 11 Mar 2015 15:36:06 +0200 Subject: [PATCH] [fix] source attribute key - github issue 1 --- firewalld/files/zone.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firewalld/files/zone.xml b/firewalld/files/zone.xml index f56f3b5..11043e7 100644 --- a/firewalld/files/zone.xml +++ b/firewalld/files/zone.xml @@ -7,7 +7,7 @@ {% for v in zone.interfaces %}{% endfor %} {% endif %} {% if 'sources' in zone %} - {% for v in zone.sources %}{% endfor %} + {% for v in zone.sources %}{% endfor %} {% endif %} {% if 'services' in zone %} {% for v in zone.services %}{% endfor %}