Adjust the bodhi-dequeue-stable cron job to touch a file for nagios.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
f92e409f32
commit
83f8114fae
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@
|
|||
minute: "0"
|
||||
hour: "3"
|
||||
weekday: "2"
|
||||
job: "/usr/bin/bodhi-dequeue-stable"
|
||||
job: "/usr/bin/bodhi-dequeue-stable && touch /var/run/bodhi-weekly-run"
|
||||
user: "apache"
|
||||
when: inventory_hostname.startswith('bodhi-backend01')
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue