From: Silvio Rhatto Date: Mon, 26 Dec 2011 11:53:10 +0000 (-0200) Subject: Removing duplicate "main" definition at lucid sources.list X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=869df260f17c3a5a84ffbb5ca4e2b74ebab130b9;p=puppet-apt.git Removing duplicate "main" definition at lucid sources.list --- diff --git a/templates/Ubuntu/sources.list.erb b/templates/Ubuntu/sources.list.erb index b5725f5..d356bd4 100644 --- a/templates/Ubuntu/sources.list.erb +++ b/templates/Ubuntu/sources.list.erb @@ -20,7 +20,7 @@ deb-src <%= ubuntu_url %> <%= lsbdistcodename %>-security <%= repos %> <% end -%> # backports -deb <%= ubuntu_url %> <%= lsbdistcodename %>-backports main <%= repos %> +deb <%= ubuntu_url %> <%= lsbdistcodename %>-backports <%= repos %> <% if include_src then -%> deb-src <%= ubuntu_url %> <%= lsbdistcodename %>-backports <%= repos %> <% end -%>