소스 검색
test(pillar.example): add `includes`
pull/60/head
K. de Jong
1 년 전
No account linked to committer's email address
1개의 변경된 파일과
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> |