From: Matt Taggart Date: Tue, 28 Apr 2015 18:59:46 +0000 (-0700) Subject: the http redirector has a new official home X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3dac57374f63ca6f0565f46feb5970fade960c6b;p=puppet-apt.git the http redirector has a new official home --- diff --git a/manifests/params.pp b/manifests/params.pp index 35fa44f..f977c27 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -4,7 +4,7 @@ class apt::params () { $use_volatile = false $include_src = false $use_next_release = false - $debian_url = 'http://http.debian.net/debian/' + $debian_url = 'http://httpredir.debian.org/debian/' $security_url = 'http://security.debian.org/' $backports_url = $::lsbdistcodename ? { 'squeeze' => 'http://backports.debian.org/debian-backports/',