aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-12-26 09:53:10 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-12-26 09:53:10 -0200
commit869df260f17c3a5a84ffbb5ca4e2b74ebab130b9 (patch)
tree39b953f93dad621f076c91cfd39fde4fb6afc309 /templates
parent80606a3fa85ae4df4ac7cbc7eb63ecfc6b866be8 (diff)
downloadpuppet-apt-869df260f17c3a5a84ffbb5ca4e2b74ebab130b9.tar.gz
puppet-apt-869df260f17c3a5a84ffbb5ca4e2b74ebab130b9.tar.bz2
Removing duplicate "main" definition at lucid sources.list
Diffstat (limited to 'templates')
-rw-r--r--templates/Ubuntu/sources.list.erb2
1 files changed, 1 insertions, 1 deletions
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 -%>