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/lenny | |
parent | 92406aa9180b15b35a3c102fac0e70d4e620a6e1 (diff) |
using distribution sprecific files again
Diffstat (limited to 'files/lenny')
-rw-r--r-- | files/lenny/50unattended-upgrades | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/files/lenny/50unattended-upgrades b/files/lenny/50unattended-upgrades deleted file mode 100644 index d55bb29..0000000 --- a/files/lenny/50unattended-upgrades +++ /dev/null @@ -1,13 +0,0 @@ -// 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"; - |