Skip to content

Commit

Permalink
Debian 12 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bischoff committed Oct 12, 2023
1 parent c9c5535 commit ffea7ed
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions backend_modules/libvirt/host/user_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ packages: ["salt-minion", "avahi-daemon", "qemu-guest-agent"]
apt:
sources:
tools_pool_repo:
# TODO: change for 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-----
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit ffea7ed

Please sign in to comment.