Don't do backlog stuff on bodhi-backend.

This commit is contained in:
Ralph Bean 2015-08-19 23:37:00 +00:00
parent aeb6e83323
commit 0047d41b45

View file

@ -20,7 +20,7 @@ config = dict(
cert_prefix='{{fedmsg_cert_prefix}}',
{% endif %}
{% if not ansible_hostname.startswith('busgateway') %}
{% if not (ansible_hostname.startswith('busgateway') or ansible_hostname.startswith('bodhi-backend')) %}
# These options provide a place for hub processes to write out their last
# processed message. This let's them read it in at startup and figure out
# what kind of backlog they have to deal with.