Browse Source

Merge pull request #64 from bcachet/feature/apticron

fix(apticron): apticron emails are sent to root
Alex Payne 11 years ago
parent
commit
135b4def5b
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