wiki: set fedora-messaging queue name
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
b361bc196f
commit
81cd98a870
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue