Ver código fonte

Added support to include services in a service

pull/57/head
K. de Jong 1 ano atrás
pai
commit
2206c9ddfd
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 5 adições e 0 exclusões
  1. +5
    -0
      firewalld/files/service.xml

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

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

Carregando…
Cancelar
Salvar