updated nftables state
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2024-09-25 21:07:13 +02:00
parent 717a13334d
commit 36cfdaeeec
2 changed files with 6 additions and 0 deletions

View File

@ -25,3 +25,8 @@ nftables-main-config:
- require:
- file: nftables-rules-config
- pkg: nftables-pkg
nftables-config-check:
cmd.run:
- name: nftables -c -f /etc/nftables.conf
- stateful: True

View File

@ -6,3 +6,4 @@ nftables-service:
- enable: true
- require:
- pkg: nftables-pkg
- cmd: nftables-config-check