Skip to content
Snippets Groups Projects
Commit 662420db authored by Lars Beckers's avatar Lars Beckers
Browse files

make apticron configurable

parent 18054de4
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
- apticron
- name: ensure our apticron config is deployed
copy: src=apticron.conf dest=/etc/apticron/apticron.conf owner=root group=root mode=0644
template: src=apticron.conf.j2 dest=/etc/apticron/apticron.conf owner=root group=root mode=0644
tags:
- config
- server
......
# send mails to admins
EMAIL="debian-updates@fsmpi.rwth-aachen.de"
EMAIL="{{ apticron_to }}"
# send all missing packages
DIFF_ONLY="0"
......@@ -8,4 +8,4 @@ DIFF_ONLY="0"
NOTIFY_HOLDS="1"
# set custom from (for better filtering)
CUSTOM_FROM="apticron@fsmpi.rwth-aachen.de"
CUSTOM_FROM="{{ apticron_from }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment