Moksha wants this file to be /etc/moksha/production.ini.
This commit is contained in:
parent
daabcf3935
commit
63946c704e
1 changed files with 9 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue