diff --git a/files/rdiff-backup/run-rdiff-backups.cron b/files/rdiff-backup/run-rdiff-backups.cron index 91bff12a07..8d2eb947d7 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 fd83ee60ae..8cf7d7ea5f 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 %}