diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-12-26 09:53:10 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-12-26 09:53:10 -0200 |
commit | 869df260f17c3a5a84ffbb5ca4e2b74ebab130b9 (patch) | |
tree | 39b953f93dad621f076c91cfd39fde4fb6afc309 /templates/Ubuntu | |
parent | 80606a3fa85ae4df4ac7cbc7eb63ecfc6b866be8 (diff) | |
download | puppet-apt-869df260f17c3a5a84ffbb5ca4e2b74ebab130b9.tar.gz puppet-apt-869df260f17c3a5a84ffbb5ca4e2b74ebab130b9.tar.bz2 |
Removing duplicate "main" definition at lucid sources.list
Diffstat (limited to 'templates/Ubuntu')
-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 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 -%> |