aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2008-09-28 17:59:17 -0400
committerMicah Anderson <micah@riseup.net>2008-09-28 17:59:17 -0400
commit746d47f42449e218a26ec935d86f3bcf0dc1e742 (patch)
tree0c12877e30ea5f22c026dd3b11a4faa62a5fb3b7 /templates
parent7ad7d5658d953409a59e61d4d699f98529ced393 (diff)
downloadpuppet-apt-746d47f42449e218a26ec935d86f3bcf0dc1e742.tar.gz
puppet-apt-746d47f42449e218a26ec935d86f3bcf0dc1e742.tar.bz2
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
Diffstat (limited to 'templates')
-rw-r--r--templates/sources.list.erb2
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 %>