diff --git a/files/rdiff-backup/run-rdiff-backups.cron b/files/rdiff-backup/run-rdiff-backups.cron index 8d2eb947d7..91bff12a07 100644 --- a/files/rdiff-backup/run-rdiff-backups.cron +++ b/files/rdiff-backup/run-rdiff-backups.cron @@ -1,3 +1,3 @@ # run rdiff backups MAILTO=kevin@scrye.com -#00 22 * * * root /usr/local/bin/lock-wrapper run-rdiff-backups "/usr/local/bin/run-rdiff-backups" +00 22 * * * root /usr/local/bin/lock-wrapper run-rdiff-backups "/usr/local/bin/run-rdiff-backups" diff --git a/roles/bodhi2/backend/templates/bodhi-automated-pushes.cron.j2 b/roles/bodhi2/backend/templates/bodhi-automated-pushes.cron.j2 index 8cf7d7ea5f..fd83ee60ae 100644 --- a/roles/bodhi2/backend/templates/bodhi-automated-pushes.cron.j2 +++ b/roles/bodhi2/backend/templates/bodhi-automated-pushes.cron.j2 @@ -1,5 +1,5 @@ {% if RelEngFrozen %} {{ '#' }}00 00 * * * apache /usr/local/bin/bodhi-automated-pushes.py {% else %} -#00 00 * * * apache /usr/local/bin/bodhi-automated-pushes.py +00 00 * * * apache /usr/local/bin/bodhi-automated-pushes.py {% endif %}