This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
firewalld-formula
mirror of
https://github.com/saltstack-formulas/firewalld-formula
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
14
Wiki
Activity
Browse Source
[fix] mising bracket at endfor loop at <destination ipv6
tags/v0.6.2
David Bezuidenhout
9 years ago
parent
941b2768b1
commit
8afeae049f
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
firewalld/files/service.xml
+ 1
- 1
firewalld/files/service.xml
View File
@@ -28,7 +28,7 @@
{%- if 'ipv6' in service.destinations %}
{%- for v in service.destinations.ipv6 %}
<destination ipv6="{{ v }}" />
%- endfor %}
{
%- endfor %}
{%- endif %}
{%- endif %}
</service>
Write
Preview
Loading…
Cancel
Save