aboutsummaryrefslogtreecommitdiff
path: root/files/lenny/50unattended-upgrades
blob: fbc95c0b3d76e40c25b6f2947ed2def562f960f3 (plain)
1
2
3
4
5
6
7
8
9
10
// allowed (origin, archive) pairs
Unattended-Upgrade::Allowed-Origins {
	"Debian stable";
//	"Debian testing";
};

// never update the packages in this list
Unattended-Upgrade::Package-Blacklist {
//	"vim";
};