From 820293a2a541e1d066632de84b40736cb539de35 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Jan 27 2020 12:21:02 +0000 Subject: Merge branch 'cboltz-which-workaround' into 'production' Install "which" on 15.x to fix "virtual" grain See merge request infra/salt!320 --- 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 %}