[manual] Move write-rabbitmq-consumers-state-file to bin/.

We need to do a puppet apply immediately after deploying this, or our
rabbitmq consumer state files will become stale.

(imported from commit 18696a5a8b1ff431425d1f71c208acc9bf0694f2)
This commit is contained in:
Tim Abbott 2013-10-25 17:54:37 -04:00
parent fffd4f3c59
commit f41f0e4084
2 changed files with 6 additions and 6 deletions

View File

@ -2,9 +2,9 @@ SHELL=/bin/bash
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
USER=root
* * * * * root /home/zulip/deployments/current/tools/write-rabbitmq-consumers-state-file notify_tornado
* * * * * root /home/zulip/deployments/current/tools/write-rabbitmq-consumers-state-file user_activity
* * * * * root /home/zulip/deployments/current/tools/write-rabbitmq-consumers-state-file user_activity_interval
* * * * * root /home/zulip/deployments/current/tools/write-rabbitmq-consumers-state-file user_presence
* * * * * root /home/zulip/deployments/current/tools/write-rabbitmq-consumers-state-file invites
* * * * * root /home/zulip/deployments/current/tools/write-rabbitmq-consumers-state-file signups
* * * * * root /home/zulip/deployments/current/bin/write-rabbitmq-consumers-state-file notify_tornado
* * * * * root /home/zulip/deployments/current/bin/write-rabbitmq-consumers-state-file user_activity
* * * * * root /home/zulip/deployments/current/bin/write-rabbitmq-consumers-state-file user_activity_interval
* * * * * root /home/zulip/deployments/current/bin/write-rabbitmq-consumers-state-file user_presence
* * * * * root /home/zulip/deployments/current/bin/write-rabbitmq-consumers-state-file invites
* * * * * root /home/zulip/deployments/current/bin/write-rabbitmq-consumers-state-file signups