]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
Removing duplicate "main" definition at lucid sources.list
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 26 Dec 2011 11:53:10 +0000 (09:53 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 26 Dec 2011 11:53:10 +0000 (09:53 -0200)
templates/Ubuntu/sources.list.erb

index b5725f508fea4c0781f8db41c94f40bfc4ee4fd4..d356bd43452b414657f6d3fc401aa21d0903ca64 100644 (file)
@@ -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 -%>