Location changed:
http://backports.debian.org/news/Backports_integrated_into_the_main_archive/
This commit is contained in:
parent
e01bbb61b2
commit
256c90e0fd
1 changed files with 8 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue