Comment out fedmsg-hub datagrepper stuff for now.

This commit is contained in:
Ralph Bean 2014-07-08 15:37:21 +00:00
parent e470c9948e
commit d6962cc9d3

View file

@ -39,13 +39,13 @@
- config
- datagrepper
- name: adding fedmsg-hub binary
file: src=fedmsg-hub dest=/usr/bin/fedmsg-hub owner=root group=root mode=755
notify:
- restart fedmsg-hub
tags:
- config
- datagrepper
#- name: adding fedmsg-hub binary
# file: src=fedmsg-hub dest=/usr/bin/fedmsg-hub owner=root group=root mode=755
# notify:
# - restart fedmsg-hub
# tags:
# - config
# - datagrepper
- name: ensure selinux lets httpd talk to the database
seboolean: name=httpd_can_network_connect_db persistent=yes state=yes