From: Markus Rekkenbeil Date: Mon, 5 Aug 2013 11:19:50 +0000 (+0200) Subject: Use the geoDNS http.debian.net instead of the main debian ftp server X-Git-Tag: 1.3.0~3^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=5af4667f3227930fbeedd67f32e76c9a808d676e;p=puppet-modules%2Fpuppetlabs-apt.git Use the geoDNS http.debian.net instead of the main debian ftp server Signed-off-by: Markus Rekkenbeil --- diff --git a/manifests/params.pp b/manifests/params.pp index aa0f80d..99e8d40 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -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/' } } }