diff options
-rw-r--r-- | UPGRADING.md | 10 |
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 |