summaryrefslogtreecommitdiffstats
path: root/salt
diff options
context:
space:
mode:
authorGeorg Pfuetzenreuter2023-04-30 19:43:25 +0200
committerGeorg Pfuetzenreuter2023-04-30 19:48:36 +0200
commit269b30ce9f53263dfa8f41a4fda63642e56793fc (patch)
tree587f3c882e590b08e385fdabca3816e0597a34d1 /salt
parent21f8818a526be57d4da1fe573bf5ab9b4a5b5f1e (diff)
downloadsalt-269b30ce9f53263dfa8f41a4fda63642e56793fc.tar.gz
salt-269b30ce9f53263dfa8f41a4fda63642e56793fc.tar.bz2
salt-269b30ce9f53263dfa8f41a4fda63642e56793fc.zip
Exclude libX11 removal for FPM hosts
Needed for some PHP extensions. Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
Diffstat (limited to 'salt')
-rw-r--r--salt/common/suse.sls4
1 files changed, 4 insertions, 0 deletions
diff --git a/salt/common/suse.sls b/salt/common/suse.sls
index 01c7333..da0a99e 100644
--- a/salt/common/suse.sls
+++ b/salt/common/suse.sls
@@ -1,3 +1,5 @@
+{%- set roles = salt['http.query']('http://machine-roles.lysergic.dev:4580/roles', decode=True, decode_type='json', params={"machine": id})['dict']['roles'] -%}
+
include:
{#- drop pillar check after all firewall configurations have been imported #}
{%- if salt['pillar.get']('manage_firewall'), False %}
@@ -65,7 +67,9 @@ 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