bodhi: Add a bodhi-expire-overrides cron job

This commit is contained in:
Luke Macken 2015-10-08 20:51:25 +00:00
parent 6eb929bd59
commit e7dad78a46

View file

@ -275,6 +275,15 @@
- bodhi
- cron
- name: bodhi-expire-overrides cron job.
cron: name="bodhi-expire-overrides" hour="*" minute=0 user="masher"
job="/usr/bin/bodhi-expire-overrides /etc/bodhi/production.ini"
cron_file=bodhi-expire-overrides-job
when: inventory_hostname.startswith('bodhi-backend02') and env == "production"
tags:
- config
- bodhi
- cron
- name: have the masher own the bodhi config
file: >