Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions firewalld/files/service.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,9 @@
{%- endfor %}
{%- endif %}
{%- endif %}
{%- if 'includes' in service %}
{%- for v in service.includes %}
<include service="{{ v }}" />
{%- endfor %}
{%- endif %}
</service>
2 changes: 2 additions & 0 deletions pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ firewalld:
ipv6:
- ff02::fb
- ff02::fc
includes:
- dhcp

zabbixcustom:
short: Zabbixcustom
Expand Down
2 changes: 2 additions & 0 deletions test/integration/default/files/_mapdata/almalinux-8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ values:
source_ports:
tcp:
- 21
includes:
- dhcp
zabbixcustom:
description: zabbix custom rule
ports:
Expand Down