aboutsummaryrefslogtreecommitdiff
path: root/files/Debian/50unattended-upgrades
blob: 72df8f651ac8127d865625c90581581baf0d0207 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// this file is managed by puppet !

Unattended-Upgrade::Allowed-Origins {
	"Debian oldstable";
	"Debian-Security oldstable";
  "${distro_id} Backports:${distro_codename}-backports";
};

APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Download-Upgradeable-Packages "1";
APT::Periodic::Unattended-Upgrade "1";

Unattended-Upgrade::Mail "root";