From 8baa20b33a28505f7fa460a3651ba8ff18df497a Mon Sep 17 00:00:00 2001 From: Eric Bischoff Date: Thu, 12 Oct 2023 16:44:49 +0200 Subject: [PATCH] Debian 12 fixes --- backend_modules/libvirt/host/user_data.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/backend_modules/libvirt/host/user_data.yaml b/backend_modules/libvirt/host/user_data.yaml index 9cc74f4e4..c55b6a9f8 100644 --- a/backend_modules/libvirt/host/user_data.yaml +++ b/backend_modules/libvirt/host/user_data.yaml @@ -430,6 +430,7 @@ packages: ["salt-minion", "avahi-daemon", "qemu-guest-agent"] apt: sources: tools_pool_repo: + # TODO: change to Uyuni:/Stable: once it is published! source: deb http://${ use_mirror_images ? mirror : "download.opensuse.org"}/repositories/systemsmanagement:/Uyuni:/Master:/Debian12-Uyuni-Client-Tools/Debian_12/ / key: | -----BEGIN PGP PUBLIC KEY BLOCK----- @@ -465,11 +466,8 @@ bootcmd: - DEBIAN_FRONTEND=noninteractive apt-get -yq update - DEBIAN_FRONTEND=noninteractive apt-get -yq install gnupg -%{ if install_salt_bundle } +# Debian 12 is bundle-only packages: ["venv-salt-minion", "avahi-daemon", "qemu-guest-agent", "gnupg"] -%{ else } -packages: ["salt-minion", "avahi-daemon", "qemu-guest-agent", "gnupg"] -%{ endif } %{ endif } %{ if image == "debian11o" } apt: