various fixes, remove some TODOs
This commit is contained in:
parent
a76c60f881
commit
74f5b25f0d
6 changed files with 7 additions and 17 deletions
|
@ -4,15 +4,18 @@ defaults = {
|
|||
'apt': {
|
||||
'packages': {
|
||||
'nftables': {},
|
||||
|
||||
# XXX remove after all systems have been migrated
|
||||
},
|
||||
},
|
||||
'pacman': {
|
||||
'packages': {
|
||||
'nftables': {},
|
||||
'iptables': {
|
||||
'installed': False,
|
||||
'needed_by': {
|
||||
'pkg_pacman:iptables-nft',
|
||||
},
|
||||
},
|
||||
'iptables-nft': {
|
||||
# uninstalls iptables automatically
|
||||
'needed_by': {
|
||||
'pkg_pacman:nftables',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue