Ver código fonte

Merge pull request #64 from bcachet/feature/apticron

fix(apticron): apticron emails are sent to root
Alex Payne 11 anos atrás
pai
commit
135b4def5b
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      roles/common/templates/apticron.conf.j2

+ 1
- 1
roles/common/templates/apticron.conf.j2 Ver arquivo

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

Carregando…
Cancelar
Salvar