Moksha wants this file to be /etc/moksha/production.ini.

This commit is contained in:
Ralph Bean 2014-06-24 14:47:10 +00:00
parent daabcf3935
commit 63946c704e

View file

@ -17,10 +17,18 @@
notify: notify:
- restart moksha-hub - restart moksha-hub
- name: Make sure this directory exists.
file:
dest=/etc/moksha/
owner=fedmsg
group=fedmsg
mode=0755
state=directory
- name: Copy the configuration for bugzilla2fedmsg over - name: Copy the configuration for bugzilla2fedmsg over
template: > template: >
src=bugzilla2fedmsg.ini src=bugzilla2fedmsg.ini
dest=/etc/bugzilla2fedmsg.ini dest=/etc/moksha/production.ini
owner=fedmsg owner=fedmsg
group=fedmsg group=fedmsg
mode=0640 mode=0640