From 389e213ddf0ea8254b62b8876fee91ce2d625a70 Mon Sep 17 00:00:00 2001 From: Michael Calmer Date: Sun, 22 Dec 2024 18:04:33 +0100 Subject: [PATCH] In SUMA we need to distinguish between Server and proxy --- backend_modules/libvirt/host/combustion | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/backend_modules/libvirt/host/combustion b/backend_modules/libvirt/host/combustion index 2bf3ac4e1..323bdbf90 100644 --- a/backend_modules/libvirt/host/combustion +++ b/backend_modules/libvirt/host/combustion @@ -109,8 +109,13 @@ zypper ar http://${ use_mirror_images ? mirror : "download.suse.de/ibs"}/SUSE/Pr %{ if product_version == "uyuni-master" || product_version == "uyuni-pr" } zypper ar http://${ use_mirror_images ? mirror : "download.opensuse.org" }/repositories/systemsmanagement:/Uyuni:/Master:/ContainerUtils/openSUSE_Leap_16.0/ container_utils %{ else } +%{ if container_server } zypper ar http://${ use_mirror_images ? mirror : "download.suse.de/ibs"}/Devel:/Galaxy:/Manager:/Head/images/repo/SUSE-Multi-Linux-Manager-Server-5.1-x86_64/ container_utils %{ endif } +%{ if container_proxy } +zypper ar http://${ use_mirror_images ? mirror : "download.suse.de/ibs"}/Devel:/Galaxy:/Manager:/Head/images/repo/SUSE-Multi-Linux-Manager-Proxy-5.1-x86_64/ container_utils +%{ endif } +%{ endif } %{ endif } %{ if testsuite }