Fix this cron job to run as pagure instead of nobody so it can actually fix hooks.

This commit is contained in:
Kevin Fenzi 2018-03-17 01:15:51 +00:00
parent 4d82d4f9aa
commit b10e5a2ca4

View file

@ -7,8 +7,8 @@
cron_file=ansible-git-check-perms
minute=10
hour="0, 12"
user=nobody
job="MAILTO=root /usr/local/bin/git-check-perms /srv/git/repositories --check=fedmsg-hook -f"
user=pagure
job="/usr/local/bin/git-check-perms /srv/git/repositories --check=fedmsg-hook -f"
tags:
- git
- gitolite