Sfoglia il codice sorgente

Added support to include services in a service

pull/57/head
K. de Jong 1 anno fa
parent
commit
2206c9ddfd
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. +5
    -0
      firewalld/files/service.xml

+ 5
- 0
firewalld/files/service.xml Vedi File

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

Loading…
Annulla
Salva