groups/htz-cloud: make sure to uninstall cryptsetup
All checks were successful
bundlewrap/pipeline/head This commit looks good

Gives some warnings on initramfs regeneration.
This commit is contained in:
Franzi 2021-04-24 09:13:37 +02:00
parent 90a84fc9da
commit 433754590d
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -43,6 +43,21 @@ groups['htz-cloud'] = {
'member_patterns': {
r"htz\-cloud\..*",
},
'metadata': {
'apt': {
'packages': {
'cryptsetup-bin': {
'installed': False,
},
'cryptsetup-run': {
'installed': False,
},
'cryptsetup-initramfs': {
'installed': False,
},
},
},
},
}
groups['home'] = {