From: Hunter Haugen Date: Mon, 5 Aug 2013 20:59:19 +0000 (-0700) Subject: Merge pull request #150 from bionix/use_http_debian_net_as_geodns_redirector X-Git-Tag: 1.3.0~3 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=c0872c04a9db1f79a719fb5c963113746e6abf4e;hp=4917309a7ed1b05c5fb179ac21eeb7e3b8ae95ac;p=puppet-modules%2Fpuppetlabs-apt.git 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 --- diff --git a/manifests/params.pp b/manifests/params.pp index c9d0344..955954f 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -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/' } } }