diff --git a/pillar/common.sls b/pillar/common.sls index ce50636..d5c0e8e 100644 --- a/pillar/common.sls +++ b/pillar/common.sls @@ -182,3 +182,7 @@ 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 %}