Explorar el Código

[fix] mising bracket at endfor loop at <destination ipv6

tags/v0.6.2
David Bezuidenhout hace 9 años
padre
commit
8afeae049f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      firewalld/files/service.xml

+ 1
- 1
firewalld/files/service.xml Ver fichero

@@ -28,7 +28,7 @@
{%- if 'ipv6' in service.destinations %}
{%- for v in service.destinations.ipv6 %}
<destination ipv6="{{ v }}" />
%- endfor %}
{%- endfor %}
{%- endif %}
{%- endif %}
</service>

Cargando…
Cancelar
Guardar