resultsdb: don't overrides settings in ci_resultdb...
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
3e23b6a7c5
commit
ad78982487
1 changed files with 8 additions and 4 deletions
|
@ -38,10 +38,14 @@
|
|||
owner=root group=root mode=0644
|
||||
with_items:
|
||||
- { file: listener.cfg, location: /etc/ci-resultsdb-listener/ }
|
||||
- { file: endpoints.py, location: /etc/fedmsg.d/ }
|
||||
- { file: ci-resultsdb-listener.py, location: /etc/fedmsg.d/ }
|
||||
- { file: settings.py, location: /etc/resultsdb/ }
|
||||
- { file: cert.conf, location: /etc/httpd/conf.d/ }
|
||||
- { file: endpoints.py, location: /etc/fedmsg.d/,
|
||||
when: inventory_hostname != "resultsdb-stg01.qa.fedoraproject.org" }
|
||||
- { file: ci-resultsdb-listener.py, location: /etc/fedmsg.d/,
|
||||
when: inventory_hostname != "resultsdb-stg01.qa.fedoraproject.org" }
|
||||
- { file: settings.py, location: /etc/resultsdb/,
|
||||
when: inventory_hostname != "resultsdb-stg01.qa.fedoraproject.org" }
|
||||
- { file: cert.conf, location: /etc/httpd/conf.d/,
|
||||
when: inventory_hostname != "resultsdb-stg01.qa.fedoraproject.org" }
|
||||
notify:
|
||||
- reload httpd
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue