From c17ccdb56e8fcbb4efc75bf4f20f1559ea9025ff Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Sun, 12 Feb 2023 03:57:13 +0100 Subject: [PATCH] common.suse: remove AutoYaST We only use AutoYaST for the OS deployment and don't need the packages afterwards. Signed-off-by: Georg Pfuetzenreuter --- salt/common/suse.sls | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/salt/common/suse.sls b/salt/common/suse.sls index bd427ff..b321bf1 100644 --- a/salt/common/suse.sls +++ b/salt/common/suse.sls @@ -41,8 +41,19 @@ ca-certificates-syscid: - require: - pkgrepo: libertacasa_rpm_repository -common_packages: +common_packages_install: pkg.installed: - names: - fish - system-group-wheel + +common_packages_remove: + pkg.removed: + - pkgs: + {#- we only use AutoYaST for the OS deployment #} + - autoyast2 + - autoyast2-installation + - yast2-add-on + - yast2-services-manager + - yast2-slp + - yast2-trans-stats