Updating unattended-upgrades squeeze config as oldstable (2)
This commit is contained in:
parent
07266be255
commit
b45052b227
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
// this file is managed by puppet !
|
||||
|
||||
Unattended-Upgrade::Allowed-Origins {
|
||||
"${distro_id} stable";
|
||||
"${distro_id} ${distro_codename}-security";
|
||||
"${distro_id} ${distro_codename}-backports";
|
||||
"Debian oldstable";
|
||||
"Debian-Security oldstable";
|
||||
"${distro_id} ${distro_codename}-backports";
|
||||
};
|
||||
|
||||
APT::Periodic::Update-Package-Lists "1";
|
||||
|
|
Loading…
Reference in a new issue