diff options
author | varac <varacanero@zeromail.org> | 2015-03-31 11:50:05 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2015-03-31 11:50:05 +0200 |
commit | dc341e60ad778cd6a85339b74ec41472f805e9a3 (patch) | |
tree | 3d78d45c47aa4aabef1297f7e10f4b7e99ce5d69 /templates | |
parent | bb12a296a001a6b11377385b2dd40d39f6534703 (diff) | |
download | puppet-apt-dc341e60ad778cd6a85339b74ec41472f805e9a3.tar.gz puppet-apt-dc341e60ad778cd6a85339b74ec41472f805e9a3.tar.bz2 |
fix duplicate <main> ubuntu backports entry
Diffstat (limited to 'templates')
-rw-r--r-- | templates/Ubuntu/sources.list.erb | 2 |
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 -%> |