Merge pull request #150 from bionix/use_http_debian_net_as_geodns_redirector
Use the geoDNS http.debian.net instead of the main debian ftp server
This commit is contained in:
commit
c0872c04a9
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class apt::params {
|
|||
$backports_location = 'http://ftp.debian.org/debian/'
|
||||
}
|
||||
default: {
|
||||
$backports_location = 'http://ftp.debian.org/debian/'
|
||||
$backports_location = 'http://http.debian.net/debian/'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue