diff --git a/roles/apt/templates/apt/apt.conf.d/50unattended-upgrades.j2 b/roles/apt/templates/apt/apt.conf.d/50unattended-upgrades.j2 index eb3bd91..a27e272 100644 --- a/roles/apt/templates/apt/apt.conf.d/50unattended-upgrades.j2 +++ b/roles/apt/templates/apt/apt.conf.d/50unattended-upgrades.j2 @@ -28,11 +28,12 @@ Unattended-Upgrade::Origins-Pattern { // archives (e.g. from testing to stable and later oldstable). // Software will be the latest available for the named release, // but the Debian release itself will not be automatically upgraded. -// "origin=Debian,codename=${distro_codename}-updates"; -// "origin=Debian,codename=${distro_codename}-proposed-updates"; "origin=Debian,codename=${distro_codename},label=Debian"; + "origin=Debian,codename=${distro_codename}-updates"; + "origin=Debian,codename=${distro_codename}-proposed-updates"; "origin=Debian,codename=${distro_codename},label=Debian-Security"; "origin=Debian,codename=${distro_codename}-security,label=Debian-Security"; + "origin=Debian Backports,codename=${distro_codename}-backports,label=Debian Backports" // Archive or Suite based matching: // Note that this will silently match a different release after