From 65e624f52ce75559cc69f93039dba039a38c7ae5 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Jan 04 2022 10:38:46 +0000 Subject: Merge branch 'cboltz-drop-workaround' into 'production' Drop workaround for long-fixed bug See merge request infra/salt!527 --- diff --git a/pillar/common.sls b/pillar/common.sls index d5c0e8e..ce50636 100644 --- a/pillar/common.sls +++ b/pillar/common.sls @@ -182,7 +182,3 @@ zypper: tmux: {} traceroute: {} {% endif %} - {% if osmajorrelease == 15 %} - # workaround for https://progress.opensuse.org/issues/62204 / https://bugzilla.opensuse.org/show_bug.cgi?id=1161850 - which: {} - {% endif %}