summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis-Philippe VĂ©ronneau <pollito@riseup.net>2018-03-08 04:05:07 +0000
committerLouis-Philippe VĂ©ronneau <pollito@riseup.net>2018-03-08 04:05:07 +0000
commitf500d5a65e34f25eed062b2087c28a1e397c9c9a (patch)
tree60e62767552dafa2103d947835c392ce4cecc7a8
parent4334f9f2b9adb2e7881192494bcbd882dc1e2456 (diff)
Make sure you are using testing instead of buster, as it seems the apt preferences pin for buster are not working properly...
-rw-r--r--UPGRADING.md10
1 files 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