diff options
author | Matt Taggart <taggart@lackof.org> | 2010-09-08 15:39:33 -0700 |
---|---|---|
committer | Matt Taggart <taggart@lackof.org> | 2010-09-08 15:39:33 -0700 |
commit | 356ff9334078198fde39fe5c8e8212109d6537a0 (patch) | |
tree | 6acdc8d2a5b9ef9080528630662065647fa47e34 /templates | |
parent | cb9e265ad23178d47970e28458b8a426d9400d92 (diff) | |
download | puppet-apt-356ff9334078198fde39fe5c8e8212109d6537a0.tar.gz puppet-apt-356ff9334078198fde39fe5c8e8212109d6537a0.tar.bz2 |
backports.org has merged with the normal debian archive, the apt source changed and we don't need a separate apt-key for it now
Diffstat (limited to 'templates')
-rw-r--r-- | templates/sources.list.backports.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sources.list.backports.erb b/templates/sources.list.backports.erb index b62f6d3..b271ca7 100644 --- a/templates/sources.list.backports.erb +++ b/templates/sources.list.backports.erb @@ -4,5 +4,5 @@ <% if (lsbdistcodename == "sid" || lsbdistcodename == "unstable") -%> # There are no backports for for <%= lsbdistcodename %> <% else -%> -deb http://www.backports.org/debian/ <%= lsbdistcodename %>-backports main +deb http://backports.debian.org/debian-backports/ <%= lsbdistcodename %>-backports main <% end -%> |