Only set mash_dir and mash_stage_dir on bodhi-backend01.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
2ba3d6f220
commit
c9ed472380
1 changed files with 8 additions and 0 deletions
|
@ -115,11 +115,19 @@ releng_fedmsg_certname = shell-bodhi-backend03.phx2.fedoraproject.org
|
|||
|
||||
# Where to initially mash repositories
|
||||
#mash_dir = /var/cache/bodhi/mashing
|
||||
{% if ansible_hostname == 'bodhi-backend01' %}
|
||||
mash_dir = /mnt/koji/mash/updates
|
||||
{% else %}
|
||||
# mash_dir =
|
||||
{% endif %}
|
||||
|
||||
# Where to symlink the latest repos by their tag name
|
||||
#mash_stage_dir = /var/cache/bodhi/mashed
|
||||
{% if ansible_hostname == 'bodhi-backend01' %}
|
||||
mash_stage_dir = /mnt/koji/mash/updates
|
||||
{% else %}
|
||||
# mash_stage_dir =
|
||||
{% endif %}
|
||||
|
||||
mash_conf = /etc/bodhi/mash.conf
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue