Fix default 50unattended-upgrades because of Debian bug #704087
This commit is contained in:
parent
5a8d214529
commit
0a1eee280f
1 changed files with 1 additions and 4 deletions
|
@ -1,10 +1,7 @@
|
|||
// this file is managed by puppet !
|
||||
|
||||
Unattended-Upgrade::Origins-Pattern {
|
||||
// "o=Debian,n=${distro-codename}";
|
||||
// "o=Debian,n=${distro-codename}-updates";
|
||||
// "o=Debian,n=${distro_codename}-proposed-updates";
|
||||
"o=Debian,n=${distro_codename},l=Debian-Security";
|
||||
"o=Debian,a=stable,l=Debian-Security";
|
||||
}
|
||||
|
||||
APT::Periodic::Update-Package-Lists "1";
|
||||
|
|
Loading…
Reference in a new issue