This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
firewalld-formula
mirror of
https://github.com/saltstack-formulas/firewalld-formula
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
14
Wiki
Activity
Browse Source
test(pillar.example): add `includes`
pull/60/head
K. de Jong
1 year ago
parent
cc7d05a3f1
commit
3dbfe70c12
No account linked to committer's email address
1 changed files
with
5 additions
and
0 deletions
Split View
Show Diff Stats
+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>
Write
Preview
Loading…
Cancel
Save