aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-03-31 11:50:05 +0200
committervarac <varacanero@zeromail.org>2015-03-31 11:50:05 +0200
commitdc341e60ad778cd6a85339b74ec41472f805e9a3 (patch)
tree3d78d45c47aa4aabef1297f7e10f4b7e99ce5d69
parentbb12a296a001a6b11377385b2dd40d39f6534703 (diff)
downloadpuppet-apt-dc341e60ad778cd6a85339b74ec41472f805e9a3.tar.gz
puppet-apt-dc341e60ad778cd6a85339b74ec41472f805e9a3.tar.bz2
fix duplicate <main> ubuntu backports entry
-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 c1a6115..8d2585d 100644
--- a/templates/Ubuntu/sources.list.erb
+++ b/templates/Ubuntu/sources.list.erb
@@ -20,7 +20,7 @@ deb-src <%= ubuntu_url %> <%= codename %>-security <%= lrepos %>
<% end -%>
# backports
-deb <%= ubuntu_url %> <%= codename %>-backports main <%= lrepos %>
+deb <%= ubuntu_url %> <%= codename %>-backports <%= lrepos %>
<% if include_src -%>
deb-src <%= ubuntu_url %> <%= codename %>-backports <%= lrepos %>
<% end -%>