Browse Source

test(pillar.example): add `includes`

pull/60/head
K. de Jong 1 year ago
parent
commit
3dbfe70c12
No account linked to committer's email address
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      firewalld/files/service.xml

+ 5
- 0
firewalld/files/service.xml View File

@@ -79,4 +79,9 @@
{%- endfor %}
{%- endif %}
{%- endif %}
{%- if 'includes' in service %}
{%- for v in service.includes %}
<include service="{{ v }}" />
{%- endfor %}
{%- endif %}
</service>

Loading…
Cancel
Save