13 lines
341 B
Text
13 lines
341 B
Text
// this file is managed by puppet !
|
|
|
|
Unattended-Upgrade::Allowed-Origins {
|
|
"Debian oldstable";
|
|
"Debian-Security oldstable";
|
|
"${distro_id} ${distro_codename}-backports";
|
|
};
|
|
|
|
APT::Periodic::Update-Package-Lists "1";
|
|
APT::Periodic::Download-Upgradeable-Packages "1";
|
|
APT::Periodic::Unattended-Upgrade "1";
|
|
|
|
Unattended-Upgrade::Mail "root";
|