ソースを参照

Added support to include services in a service

pull/57/head
K. de Jong 1年前
コミット
2206c9ddfd
コミッターのメールアドレスに関連付けられたアカウントが存在しません
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>

読み込み中…
キャンセル
保存