Use the geoDNS http.debian.net instead of the main debian ftp server
Signed-off-by: Markus Rekkenbeil <markus@bionix-it.de>
This commit is contained in:
parent
6cde028332
commit
5af4667f32
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ class apt::params {
|
|||
$backports_location = 'http://backports.debian.org/debian-backports'
|
||||
}
|
||||
default: {
|
||||
$backports_location = 'http://ftp.debian.org/debian/'
|
||||
$backports_location = 'http://http.debian.net/debian/'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue