From: Jerome Charaoui Date: Thu, 7 May 2015 22:37:24 +0000 (-0400) Subject: Adjusted sources.list template: LTS is now 'oldoldstable' X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ae4771b452332fdec335891cfed2c200b566d2f3;p=puppet-apt.git Adjusted sources.list template: LTS is now 'oldoldstable' --- diff --git a/templates/Debian/sources.list.erb b/templates/Debian/sources.list.erb index 37f1c35..d043b70 100644 --- a/templates/Debian/sources.list.erb +++ b/templates/Debian/sources.list.erb @@ -43,7 +43,7 @@ deb-src <%= debian_url %> <%= codename %>-updates <%= lrepos %> <% if use_lts=scope.lookupvar('apt::use_lts') -%> # LTS -<% if release != "oldstable" -%> +<% if release != "oldoldstable" -%> # There is no LTS archive for <%= release %> <% else -%> deb <%= debian_url %> <%= codename %>-lts <%= lrepos %>