Browse Source

fix(apticron): apticron emails are sent to root

Instead of sending email to {{ admin_email }} we send them to root user.
These emails will be redirected to the appropriate user via
mail_virtual_aliases variables
Bertrand Cachet 11 years ago
parent
commit
f43c57e132
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      roles/common/templates/apticron.conf.j2

+ 1
- 1
roles/common/templates/apticron.conf.j2 View File

@@ -1,4 +1,4 @@
1
-EMAIL="{{ admin_email }}"
1
+EMAIL="root"
2 2
 
3 3
 NOTIFY_NO_UPDATE="0"
4 4
 

Loading…
Cancel
Save