add bundle:docker-engine

This commit is contained in:
Franzi 2024-10-26 16:25:54 +02:00
parent 729b975b77
commit 4238eeb6d8
Signed by: kunsi
GPG key ID: 12E3D2136B818350
7 changed files with 348 additions and 1 deletions

View file

@ -29,7 +29,7 @@ defaults = {
},
}
if not node.has_bundle('vmhost'):
if not node.has_bundle('vmhost') and not node.has_bundle('docker-engine'):
# see comment in bundles/vmhost/items.py
defaults['apt']['packages']['iptables'] = {
'installed': False,