From 34843b893eb0cc8fd9fb0fc530dc10fbe1a9564e Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Jan 26 2020 19:43:04 +0000 Subject: Install "which" on 15.x to fix "virtual" grain This is a workaround for problems caused by a missing dependency in virt-what, see https://progress.opensuse.org/issues/62204 and https://bugzilla.opensuse.org/show_bug.cgi?id=1161850 for details. --- 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 %}