Skip to content

Commit

Permalink
In SUMA we need to distinguish between Server and proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
mcalmer committed Dec 22, 2024
1 parent f28f51b commit 389e213
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions backend_modules/libvirt/host/combustion
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 389e213

Please sign in to comment.