From d5d8999abfc82cec5755eb305ae09814f7b9ab91 Mon Sep 17 00:00:00 2001 From: Thomas Florio Date: Fri, 25 Oct 2024 10:19:26 +0200 Subject: [PATCH] Exclude openSUSE Leap Micro from avahi_pkg --- salt/default/avahi.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/default/avahi.sls b/salt/default/avahi.sls index 318f0e850..9e14ab6ae 100644 --- a/salt/default/avahi.sls +++ b/salt/default/avahi.sls @@ -29,7 +29,7 @@ dbus_enable_service: {% endif %} # TODO: replace 'pkg.latest' with 'pkg.installed' when fix to bsc#1163683 is applied to all the SLES versions we use -{% if not (grains['os_family'] == 'Suse' and grains['osfullname'] in ['SLE Micro', 'SL-Micro']) %} +{% if not (grains['os_family'] == 'Suse' and grains['osfullname'] in ['SLE Micro', 'SL-Micro', 'openSUSE Leap Micro']) %} avahi_pkg: pkg.latest: - pkgs: