From 433754590d749138c8e5cd47a8571a4f85aa8dde Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 24 Apr 2021 09:13:37 +0200 Subject: [PATCH] groups/htz-cloud: make sure to uninstall cryptsetup Gives some warnings on initramfs regeneration. --- groups/locations.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/groups/locations.py b/groups/locations.py index 7bfe757..3421376 100644 --- a/groups/locations.py +++ b/groups/locations.py @@ -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'] = {