Explorar el Código

Added support to include services in a service

pull/57/head
K. de Jong hace 1 año
padre
commit
2206c9ddfd
Ninguna cuenta vinculada a la dirección de correo electrónico del committer
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      firewalld/files/service.xml

+ 5
- 0
firewalld/files/service.xml Ver fichero

@@ -79,4 +79,9 @@
{%- endfor %}
{%- endif %}
{%- endif %}
{%- if 'includes' in service %}
{%- for v in service.includes %}
<include service="{{ v }}" />
{%- endfor %}
{%- endif %}
</service>

Cargando…
Cancelar
Guardar