From cd22fe508bbf4be955804bf217f67a976f6e5226 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Mon, 25 Jul 2022 16:42:03 +0200
Subject: [PATCH] fix(system-upgrades): Force re-enable clevis-luks integration

---
 infrastructure/system-upgrades/fedora.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/infrastructure/system-upgrades/fedora.yaml b/infrastructure/system-upgrades/fedora.yaml
index 4c644afc2..c2454f64e 100644
--- a/infrastructure/system-upgrades/fedora.yaml
+++ b/infrastructure/system-upgrades/fedora.yaml
@@ -13,6 +13,7 @@ stringData:
     dnf install -y dnf-automatic
     systemctl enable --now dnf-automatic.timer
     systemctl start --wait dnf-automatic-install.service
+    systemctl enable clevis-luks-askpass.path
     if ! dnf needs-restarting --reboothint; then
       systemctl reboot
     fi
-- 
GitLab