Browse Source
Added support to include services in a service
pull/57/head
K. de Jong
1 year ago
No account linked to committer's email address
1 changed files with
5 additions and
0 deletions
-
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> |