Disable fedocal cron in stg

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-10-18 09:07:46 +00:00
parent 855683a47a
commit 78b4b95686

View file

@ -3,5 +3,6 @@
# The frequency set here should be consistent with the one set in the
# configuration file.
#
{% if env == "production" %}
*/30 * * * * root FEDOCAL_CONFIG=/etc/fedocal/fedocal.cfg /usr/bin/fedocal_cron.py
{% endif %}