From fb73b6127f7a9153f1c196a6fbe5c27d4eaeb855 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 1 Feb 2022 15:28:38 +0100 Subject: site.pp: Use security origins appropriate for Debian bullseye and later. --- 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 ebd0066..ac8acd2 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