10 lines
219 B
Plaintext
10 lines
219 B
Plaintext
---
|
|
{%- from "nftables/map.jinja" import nftables with context %}
|
|
nftables-service:
|
|
service.running:
|
|
- name: nftables
|
|
- enable: true
|
|
- require:
|
|
- pkg: nftables-pkg
|
|
- cmd: nftables-config-check
|