Only set mash_dir and mash_stage_dir on bodhi-backend01.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2017-06-20 23:03:46 +00:00
parent 2ba3d6f220
commit c9ed472380

View file

@ -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