Browse Source
fix(debian 10 iptables): Arch Linux test
Co-authored-by: Imran Iqbal <myii@users.noreply.github.com>
pull/50/head
Gino Naumann
3 years ago
No account linked to committer's email address
1 changed files with
1 additions and
1 deletions
-
firewalld/init.sls
|
|
|
|
|
|
|
|
{% elif firewalld.enabled %} |
|
|
{% elif firewalld.enabled %} |
|
|
|
|
|
|
|
|
include: |
|
|
include: |
|
|
{% if grains['osfinger'] == 'Debian-10' %} |
|
|
|
|
|
|
|
|
{% if grains.get('osfinger', '') == 'Debian-10' %} |
|
|
- firewalld.debian10 |
|
|
- firewalld.debian10 |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
- firewalld.config |
|
|
- firewalld.config |