From f753144e69638b333ddb4703f9b9d7e3ae79f189 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 9 Oct 2017 23:06:15 +0000 Subject: [PATCH] Make sure fedmsg-hub isn't running on the mbs-frontend. Thanks @pingou for pointing this out. --- roles/mbs/frontend/tasks/main.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/roles/mbs/frontend/tasks/main.yml b/roles/mbs/frontend/tasks/main.yml index 4db785e0c7..88dbf5c0a7 100644 --- a/roles/mbs/frontend/tasks/main.yml +++ b/roles/mbs/frontend/tasks/main.yml @@ -13,6 +13,15 @@ - mbs - mbs/frontend +- name: Make sure fedmsg-hub isn't running on the frontend. + service: + name: fedmsg-hub + state: stopped + enabled: false + tags: + - mbs + - mbs/frontend + - name: copy mbs httpd config template: > src=mbs.conf dest=/etc/httpd/conf.d/mbs.conf