瀏覽代碼
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> |