Add cronjob for koji updatecrl.

This commit is contained in:
Ralph Bean 2014-11-11 20:18:21 +00:00
parent c45cb4e945
commit a90f642d31
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1 @@
0 * * * * root /usr/local/bin/updatecrl.sh &>/dev/null

View file

@ -125,6 +125,14 @@
tags:
- config
- koji_hub
- cron
- name: updatecrl cronjob
copy: src=updatecrl.cron dest=/etc/cron.d/updatecrl owner=root mode=644
tags:
- config
- cron
- koji_hub
- name: koji web config files
copy: src={{ item }} dest=/etc/httpd/conf.d/{{ item }} owner=root group=root