From 1f336dea7e9f6aefd5e4474a389be2404e90ea97 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Mon, 27 Feb 2023 03:46:15 +0100
Subject: [PATCH] fix(system-upgrades): Fix missing parameter in iscsid_hotfix

---
 clusters/k8s01/system-upgrades/iscsid_hotfix.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clusters/k8s01/system-upgrades/iscsid_hotfix.yaml b/clusters/k8s01/system-upgrades/iscsid_hotfix.yaml
index ea4f6a780..1001c7d0a 100644
--- a/clusters/k8s01/system-upgrades/iscsid_hotfix.yaml
+++ b/clusters/k8s01/system-upgrades/iscsid_hotfix.yaml
@@ -27,7 +27,7 @@ stringData:
     cp "${secrets}/iscsid_hotfix.te" "${semodule_dir}/iscsid_hotfix.te"
     systemd-run --same-dir --wait --collect --service-type=exec dnf install -y selinux-policy-devel
     systemd-run --same-dir --wait --collect --service-type=exec checkmodule -M -m -o "${semodule_dir}/iscsid_hotfix.mod" "${semodule_dir}/iscsid_hotfix.te"
-    systemd-run --same-dir --wait --collect --service-type=exec semodule_package -o "${semodule_dir}/iscsid_hotfix.pp" "${semodule_dir}/iscsid_hotfix.mod"
+    systemd-run --same-dir --wait --collect --service-type=exec semodule_package -o "${semodule_dir}/iscsid_hotfix.pp" -m "${semodule_dir}/iscsid_hotfix.mod"
     systemd-run --same-dir --wait --collect --service-type=exec semodule -i "${semodule_dir}/iscsid_hotfix.pp"
 
 
-- 
GitLab