diff options
author | varac <varacanero@zeromail.org> | 2013-04-14 14:54:10 +0200 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-06-25 15:54:31 -0400 |
commit | 9a3068016feffa328bf6e0f265e316eb813b7ee8 (patch) | |
tree | 3de289c46daf9a73bb6f3f8c89bb920d6a270b94 /files/Debian/50unattended-upgrades | |
parent | 92406aa9180b15b35a3c102fac0e70d4e620a6e1 (diff) |
using distribution sprecific files again
Diffstat (limited to 'files/Debian/50unattended-upgrades')
-rw-r--r-- | files/Debian/50unattended-upgrades | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/files/Debian/50unattended-upgrades b/files/Debian/50unattended-upgrades new file mode 100644 index 0000000..0901ad3 --- /dev/null +++ b/files/Debian/50unattended-upgrades @@ -0,0 +1,14 @@ +// 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} 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"; |