Describe the Bug
The apt::backports resource has a default pin of 200, which is different from the default pin of 100 for Debian backports.
priority 100
to the version that is already installed (if any) and to the versions coming from
archives which in their Release files are marked as "NotAutomatic: yes" and
"ButAutomaticUpgrades: yes" like the Debian backports archive since
squeeze-backports.
https://manpages.debian.org/trixie/apt/apt_preferences.5.en.html#APT%27s_Default_Priority_Assignments
Expected Behavior
i expected to include apt::backports and have priority pins just like the default in Debian.
Steps to Reproduce
- include
apt::backports
- see that there's a file:
# This file is managed by Puppet. DO NOT EDIT.
Explanation: apt: backports
Package: *
Pin: release n=trixie-backports
Pin-Priority: 200
Environment
- Version: 10.0.1, but i believe it's still the same in latest
- Platform: Debian 13 (trixie)
Describe the Bug
The
apt::backportsresource has a default pin of200, which is different from the default pin of100for Debian backports.https://manpages.debian.org/trixie/apt/apt_preferences.5.en.html#APT%27s_Default_Priority_Assignments
Expected Behavior
i expected to
include apt::backportsand have priority pins just like the default in Debian.Steps to Reproduce
apt::backportsEnvironment