ipa / staging: adjust the sweeper cron job.

Right now since minutes aren't specified, it runs it every minute of
03. ;(

Also provide full path to script.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-03-02 20:11:06 -08:00
parent ce6005e573
commit 11496398d0

View file

@ -690,8 +690,9 @@
cron:
name: "clean up mod_auth_gssapi tokens"
hour: "3"
minute: "0"
user: root
job: "sweeper -g /run/ipa/ccaches/"
job: "/usr/local/bin/sweeper -g /run/ipa/ccaches/"
tags:
- ipa/server
- config