瀏覽代碼

test(pillar.example): add `includes`

pull/60/head
K. de Jong 1 年之前
父節點
當前提交
3dbfe70c12
沒有連結到貢獻者的電子郵件帳戶。
共有 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>

Loading…
取消
儲存