50unattended-upgrades: squeeze version
This commit is contained in:
parent
4e553d4b5f
commit
55305baaa9
1 changed files with 10 additions and 0 deletions
10
files/squeeze/50unattended-upgrades
Normal file
10
files/squeeze/50unattended-upgrades
Normal file
|
@ -0,0 +1,10 @@
|
|||
// this file is managed by puppet !
|
||||
|
||||
Unattended-Upgrade::Allowed-Origins {
|
||||
"${distro_id} stable";
|
||||
"${distro_id} ${distro_codename}-security";
|
||||
"${distro_id} ${distro_codename}-updates";
|
||||
"${distro_id} ${distro_codename}-proposed-updates";
|
||||
};
|
||||
|
||||
Unattended-Upgrade::Mail "root";
|
Loading…
Reference in a new issue