mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-03-24 13:32:37 +01:00
Simplifies salt states, map files, and modules to only support Oracle Linux 9, removing all Debian/Ubuntu/CentOS/Rocky/AlmaLinux/RHEL conditional branches.
7 lines
167 B
Django/Jinja
7 lines
167 B
Django/Jinja
{% set iptmap = {
|
|
'service': 'iptables',
|
|
'iptpkg': 'iptables-nft',
|
|
'persistpkg': 'iptables-nft-services',
|
|
'configfile': '/etc/sysconfig/iptables'
|
|
} %}
|