Skip to content

Commit

Permalink
Handle the requirement for the bundle in main.tf files
Browse files Browse the repository at this point in the history
  • Loading branch information
Bischoff committed Oct 13, 2023
1 parent 7b8da45 commit a799b79
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion backend_modules/libvirt/host/user_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -466,8 +466,11 @@ bootcmd:
- DEBIAN_FRONTEND=noninteractive apt-get -yq update
- DEBIAN_FRONTEND=noninteractive apt-get -yq install gnupg

# Debian 12 is bundle-only
%{ if install_salt_bundle }
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 a799b79

Please sign in to comment.