ソースを参照
Added support to include services in a service
pull/57/head
K. de Jong
1年前
コミッターのメールアドレスに関連付けられたアカウントが存在しません
-
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> |