Переглянути джерело

Added support to include services in a service

pull/57/head
K. de Jong 1 рік тому
джерело
коміт
2206c9ddfd
Аккаунт користувача з таким Email не знайдено
1 змінених файлів з 5 додано та 0 видалено
  1. +5
    -0
      firewalld/files/service.xml

+ 5
- 0
firewalld/files/service.xml Переглянути файл

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

Завантаження…
Відмінити
Зберегти