Skip to content

Commit

Permalink
Use http to avoid CA problems
Browse files Browse the repository at this point in the history
  • Loading branch information
Bischoff committed Nov 17, 2020
1 parent 84d7a3b commit 592be2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend_modules/libvirt/host/user_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ packages: ["salt-minion", "avahi-daemon", "qemu-guest-agent"]
apt:
sources:
tools_pool_repo:
source: deb https://${ use_mirror_images ? mirror : "download.opensuse.org"}/repositories/systemsmanagement:/Uyuni:/Stable:/Ubuntu2004-Uyuni-Client-Tools/xUbuntu_20.04/ /
source: deb http://${ use_mirror_images ? mirror : "download.opensuse.org"}/repositories/systemsmanagement:/Uyuni:/Stable:/Ubuntu2004-Uyuni-Client-Tools/xUbuntu_20.04/ /
key: |
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.4.5 (GNU/Linux)
Expand Down

0 comments on commit 592be2f

Please sign in to comment.