From 5af4667f3227930fbeedd67f32e76c9a808d676e Mon Sep 17 00:00:00 2001 From: Markus Rekkenbeil Date: Mon, 5 Aug 2013 13:19:50 +0200 Subject: [PATCH] Use the geoDNS http.debian.net instead of the main debian ftp server Signed-off-by: Markus Rekkenbeil --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/' } } } -- 2.45.2