Remove squeeze special-case from unattended-upgrades template.
This commit is contained in:
parent
e55da5b7b8
commit
78e07815bc
1 changed files with 0 additions and 4 deletions
|
@ -5,10 +5,6 @@ Unattended-Upgrade::Allowed-Origins {
|
|||
"${distro_id}:${distro_codename}-security";
|
||||
"${distro_id}:${distro_codename}-updates";
|
||||
"${distro_id}:${distro_codename}-backports";
|
||||
<% elsif scope.lookupvar('::operatingsystem') == 'Debian' and scope.lookupvar('::debian_codename') == 'squeeze' -%>
|
||||
Unattended-Upgrade::Allowed-Origins {
|
||||
"${distro_id}:<%= scope.lookupvar('::debian_release') %>";
|
||||
"${distro_id}:squeeze-lts";
|
||||
<% elsif scope.lookupvar('::operatingsystem') == 'Debian' and scope.lookupvar('::debian_codename') == 'wheezy' -%>
|
||||
Unattended-Upgrade::Origins-Pattern {
|
||||
"origin=Debian,archive=<%= scope.lookupvar('::debian_release') %>,label=Debian-Security";
|
||||
|
|
Loading…
Reference in a new issue