From 746d47f42449e218a26ec935d86f3bcf0dc1e742 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Sun, 28 Sep 2008 17:59:17 -0400 Subject: 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 --- templates/sources.list.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') 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 %> -- cgit v1.2.3