blob: d55bb29f0150ad428668f28003a6d5d3f429321a (
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";
};
APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Download-Upgradeable-Packages "1";
APT::Periodic::Unattended-Upgrade "1";
Unattended-Upgrade::Mail "root";
  |