Procházet zdrojové kódy

Added support to include services in a service

pull/57/head
K. de Jong před 1 rokem
rodič
revize
2206c9ddfd
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. +5
    -0
      firewalld/files/service.xml

+ 5
- 0
firewalld/files/service.xml Zobrazit soubor

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

Načítá se…
Zrušit
Uložit