浏览代码

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>

正在加载...
取消
保存