From 9002911770331702cf7af1fbeeddeb113d1a1a63 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 3 Feb 2022 13:24:19 +0100 Subject: site.pp: Enable /debian-security URLs as used in bullseye and later, use same apt_origins for all systems on the network. --- code/environments/production/manifests/site.pp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'code/environments') diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp index 514ac8b..0d0009c 100644 --- a/code/environments/production/manifests/site.pp +++ b/code/environments/production/manifests/site.pp @@ -3,8 +3,9 @@ include apt $apt_origins = [ 'origin=Debian,n=${distro_codename}', 'origin=Debian,n=${distro_codename}-updates', - 'origin=Debian,n=${distro_codename},l=Debian-Security', - 'origin=IT-Zukunft Schule,n=${distro_codename},l=IT-Zukunft Schule', + 'origin=Debian,n=${distro_codename},label=Debian-Security', + 'origin=Debian,n=${distro_codename}-security,label=Debian-Security', + 'origin=IT-Zukunft Schule,n=${distro_codename},label=IT-Zukunft Schule', ] class ssh_pubkeys_admins { -- cgit v1.2.3