15a48462f0
See https://github.com/saltstack-formulas/firewalld-formula/pull/21#pullrequestreview-146958098
18 lines
243 B
YAML
18 lines
243 B
YAML
# -*- coding: utf-8 -*-
|
|
# vim: ft=yaml
|
|
firewalld:
|
|
enabled: true
|
|
package: firewalld
|
|
service: firewalld
|
|
config: /etc/firewalld.conf
|
|
|
|
ipset:
|
|
manage: false
|
|
pkg: ipset
|
|
|
|
backend:
|
|
manage: false
|
|
pkg: nftables
|
|
|
|
ipsets: {}
|