pdc audit cronjob.

This commit is contained in:
Ralph Bean 2016-01-27 15:32:54 +00:00
parent e02e45944f
commit f3d5b5f1af
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,3 @@
# run once a day and report
MAILTO=releng-cron@lists.fedoraproject.org
0 18 * * * root /usr/local/bin/lock-wrapper /usr/bin/pdc-updater-audit

View file

@ -22,3 +22,9 @@
- pdcupdater.py
notify: restart fedmsg-hub
tags: pdc
- name: setup cron for a daily audit script
copy: src=pdc-audit.cron dest=/etc/cron.d/pdc-audit.cron mode=0755
tags:
- pdc
- cron