modify nodes and bundles for new nftables syntax
This commit is contained in:
parent
ecb67d012b
commit
d569b00960
30 changed files with 172 additions and 126 deletions
|
@ -28,3 +28,10 @@ if node.os == 'debian' and node.os_version[0] < 11:
|
|||
|
||||
if node.has_bundle('zfs'):
|
||||
defaults['apt']['packages']['libvirt-daemon-driver-storage-zfs'] = {}
|
||||
|
||||
if node.has_bundle('nftables'):
|
||||
defaults['apt']['packages']['firewalld'] = {
|
||||
'needed_by': {
|
||||
'pkg_apt:libvirt-daemon-system',
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue