diff options
Diffstat (limited to 'templates/sources.list+unstable.erb')
-rw-r--r-- | templates/sources.list+unstable.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sources.list+unstable.erb b/templates/sources.list+unstable.erb index 71d2987..2ff598d 100644 --- a/templates/sources.list+unstable.erb +++ b/templates/sources.list+unstable.erb @@ -1,7 +1,7 @@ # This file is brought to you by puppet # basic <%= lsbdistcodename %> -deb http://ftp.at.debian.org/debian <%= lsbdistcodename %> main contrib non-free +deb http://debian.mirror.iweb.ca/debian/ <%= lsbdistcodename %> main contrib non-free # security suppport <% if (lsbdistcodename == "sid" || lsbdistcodename == "unstable") -%> # There is no security mirror for <%= lsbdistcodename %> |