Add a daily cron job for genacls.sh as backup for fedmsg-genacls
This commit is contained in:
parent
df2be0b8b5
commit
a73e4f501c
2 changed files with 8 additions and 0 deletions
1
roles/distgit/files/genacls.cron
Normal file
1
roles/distgit/files/genacls.cron
Normal file
|
@ -0,0 +1 @@
|
|||
02 10 * * * root /usr/local/bin/genacls.sh
|
|
@ -108,6 +108,13 @@
|
|||
- genacls.pkgdb
|
||||
- genacls.sh
|
||||
|
||||
- name: Add the genacl daily cron job
|
||||
copy: src=genacls.cron dest=/etc/cron.d/genacls.cron
|
||||
owner=root mode=644
|
||||
tags:
|
||||
- config
|
||||
- distgit
|
||||
|
||||
- name: install the fedmsg configuration
|
||||
copy: src=fedmsg-genacls-config.py dest=/etc/fedmsg.d/genacls.py owner=root group=root mode=0644
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue