From d4d7d41ca7ed89eeb1ddb49734b7b4efcb17d795 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Tue, 2 May 2023 00:09:35 +0200 Subject: No longer remove libX11 Multiple packages need it as a dependency, maintaining an exclusion list is not feasible. Signed-off-by: Georg Pfuetzenreuter --- salt/common/suse.sls | 5 ----- 1 file changed, 5 deletions(-) diff --git a/salt/common/suse.sls b/salt/common/suse.sls index 21889c6..68aadd9 100644 --- a/salt/common/suse.sls +++ b/salt/common/suse.sls @@ -1,5 +1,3 @@ -{%- set roles = salt['http.query']('http://machine-roles.lysergic.dev:4580/roles', decode=True, decode_type='json', params={"machine": grains['id']})['dict']['roles'] -%} - include: {#- drop pillar check after all firewall configurations have been imported #} {%- if salt['pillar.get']('manage_firewall', False) %} @@ -71,9 +69,6 @@ common_packages_remove: {#- we only use AutoYaST for the OS deployment #} - autoyast2 - autoyast2-installation - {%- if not 'php-fpm' in roles %} - - libX11-data - {%- endif %} - yast2-add-on - yast2-services-manager - yast2-slp -- cgit v1.2.3