diff options
author | Micah Anderson <micah@riseup.net> | 2008-09-28 17:59:17 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2008-09-28 17:59:17 -0400 |
commit | 746d47f42449e218a26ec935d86f3bcf0dc1e742 (patch) | |
tree | 0c12877e30ea5f22c026dd3b11a4faa62a5fb3b7 | |
parent | 7ad7d5658d953409a59e61d4d699f98529ced393 (diff) |
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
-rw-r--r-- | templates/sources.list.erb | 2 |
1 files changed, 1 insertions, 1 deletions
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 %> |