From f500d5a65e34f25eed062b2087c28a1e397c9c9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis-Philippe=20V=C3=A9ronneau?= Date: Thu, 8 Mar 2018 04:05:07 +0000 Subject: Make sure you are using testing instead of buster, as it seems the apt preferences pin for buster are not working properly... --- UPGRADING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/UPGRADING.md b/UPGRADING.md index 7054637..505a29b 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -65,7 +65,7 @@ By default, the puppetlabs module won't create any sources. To replicate the sha priority => 990; "${lsbdistcodename}-backports": priority => 200; - 'buster': + 'testing': priority => 2; } @@ -232,18 +232,18 @@ apt::sources: location: 'http://deb.debian.org/debian/' repos: 'main contrib non-free' release: "%{facts.lsbdistcodename}-backports" - 'buster': - comment: 'Buster' + 'testing': + comment: 'Testing' location: 'http://deb.debian.org/debian/' repos: 'main contrib non-free' - release: 'buster' + release: 'testing' apt::pin: "%{facts.lsbdistcodename}": priority: 990 "%{facts.lsbdistcodename}-backports": priority: 200 - 'buster': + 'testing': priority: 2 needrestart::action: automatic -- cgit v1.2.3