From 35500a61ab2b6832afdab05c8c6d7c79a02f7e49 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Oct 20 2022 20:50:49 +0000 Subject: Merge branch 'hellcp/tumbleweed-fix' into 'production' Install the correct package on Tumbleweed See merge request infra/salt!576 --- diff --git a/pillar/common.sls b/pillar/common.sls index ce50636..fda9b29 100644 --- a/pillar/common.sls +++ b/pillar/common.sls @@ -157,7 +157,6 @@ zypper: solver.onlyRequires: 'true' packages: ca-certificates-freeipa-opensuse: {} - command-not-found: {} curl: {} dhcp-client: {} less: {} @@ -174,6 +173,11 @@ zypper: withlock: {} wget: {} wgetpaste: {} + {% if osmajorrelease > 15 %} + scout-command-not-found: {} + {% else %} + command-not-found: {} + {% endif %} {% if osmajorrelease > 11 %} aaa_base-extras: {} ca-certificates-mozilla: {}