Merge pull request 'No longer remove libX11' (#62) from libX11 into production
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
Reviewed-on: #62
This commit is contained in:
commit
6763d1b64e
@ -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:
|
include:
|
||||||
{#- drop pillar check after all firewall configurations have been imported #}
|
{#- drop pillar check after all firewall configurations have been imported #}
|
||||||
{%- if salt['pillar.get']('manage_firewall', False) %}
|
{%- if salt['pillar.get']('manage_firewall', False) %}
|
||||||
@ -71,9 +69,6 @@ common_packages_remove:
|
|||||||
{#- we only use AutoYaST for the OS deployment #}
|
{#- we only use AutoYaST for the OS deployment #}
|
||||||
- autoyast2
|
- autoyast2
|
||||||
- autoyast2-installation
|
- autoyast2-installation
|
||||||
{%- if not 'php-fpm' in roles %}
|
|
||||||
- libX11-data
|
|
||||||
{%- endif %}
|
|
||||||
- yast2-add-on
|
- yast2-add-on
|
||||||
- yast2-services-manager
|
- yast2-services-manager
|
||||||
- yast2-slp
|
- yast2-slp
|
||||||
|
Loading…
Reference in New Issue
Block a user