Przeglądaj źródła

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 lat temu
rodzic
commit
f43c57e132
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      roles/common/templates/apticron.conf.j2

+ 1
- 1
roles/common/templates/apticron.conf.j2 Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz