From: Micah Anderson Date: Sun, 28 Sep 2008 21:59:17 +0000 (-0400) Subject: set default sources.list to use the most generic mirror. customized X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=746d47f42449e218a26ec935d86f3bcf0dc1e742;p=puppet-apt.git set default sources.list to use the most generic mirror. customized mirrors that are closer, or internal proxy mirror configurations should be set in the $custom_sources_list instead so that the default is kept as generic as possible --- diff --git a/templates/sources.list.erb b/templates/sources.list.erb index 5e234bc..169d7b5 100644 --- a/templates/sources.list.erb +++ b/templates/sources.list.erb @@ -1,7 +1,7 @@ # This file is brought to you by puppet # basic <%= lsbdistcodename %> -deb http://debian.mirror.iweb.ca/debian/ <%= lsbdistcodename %> main contrib non-free +deb http://ftp.debian.org/debian/ <%= lsbdistcodename %> main contrib non-free # security suppport <% if (lsbdistcodename == "sid" || lsbdistcodename == "unstable") -%> # There is no security mirror for <%= lsbdistcodename %>