From: johnnyrun Date: Tue, 7 May 2013 12:13:59 +0000 (+0200) Subject: Location changed: X-Git-Tag: 1.2.0~3^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=256c90e0fd3e9034477b81a7a3454393f1ed576c;p=puppet-modules%2Fpuppetlabs-apt.git Location changed: http://backports.debian.org/news/Backports_integrated_into_the_main_archive/ --- diff --git a/manifests/params.pp b/manifests/params.pp index ed698e7..aa0f80d 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -7,7 +7,14 @@ class apt::params { case $::lsbdistid { 'debian': { - $backports_location = 'http://backports.debian.org/debian-backports' + case $::lsbdistcodename { + 'squeeze': { + $backports_location = 'http://backports.debian.org/debian-backports' + } + default: { + $backports_location = 'http://ftp.debian.org/debian/' + } + } } 'ubuntu': { case $::lsbdistcodename {