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:
Hunter Haugen 2013-08-05 13:59:19 -07:00
commit c0872c04a9

View file

@ -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/'
}
}
}