afcf5e7700
While the default maps are mostly empty this sets the groundwork for distribution specific defaults. The layout is based on the formula template. BREAKING CHANGE: `map.jinja` has been upgraded from using `pillar.get` to `config.get`.
19 lines
247 B
YAML
19 lines
247 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: {}
|