bundles/iptables: removing rule files should also trigger iptables-enforce
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-01-09 14:02:50 +01:00
parent 4f6b57676a
commit 659e35686e
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -1,6 +1,9 @@
directories = {
'/etc/iptables-rules.d': {
'purge': True,
'triggers': {
'action:iptables_enforce',
},
},
}