wiki: set fedora-messaging queue name

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-11-22 20:10:14 +00:00 committed by Pierre-Yves Chibon
parent b361bc196f
commit 81cd98a870

View file

@ -31,8 +31,9 @@
# Set up for fedora-messaging
- { role: rabbit/user,
username: "wiki{{ env_suffix }}"}
- role: rabbit/queue
- { role: rabbit/queue
username: "wiki{{ env_suffix }}"
queue_name: "wiki{{ env_suffix }}"}
- { role: nfs/client, when: env == "staging", mnt_dir: '/mnt/web/attachments', nfs_src_dir: 'fedora_app_staging/app/attachments' }
- { role: nfs/client, when: env != "staging", mnt_dir: '/mnt/web/attachments', nfs_src_dir: 'fedora_app/app/attachments' }
- mediawiki