Only configure the mash_dir on the staging backend.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2017-11-07 20:13:26 +00:00
parent 7e9324b189
commit 134b51c31a

View file

@ -85,8 +85,10 @@ releng_fedmsg_certname = shell-bodhi-backend01.stg.phx2.fedoraproject.org
# will act as a masher as well. # will act as a masher as well.
#masher = None #masher = None
{% if 'backend' in inventory_hostname %}
mash_dir = /mnt/koji/compose/updates/ mash_dir = /mnt/koji/compose/updates/
mash_stage_dir = /mnt/koji/compose/updates/ mash_stage_dir = /mnt/koji/compose/updates/
{% endif %}
pungi.basepath = /etc/bodhi pungi.basepath = /etc/bodhi
pungi.conf.rpm = pungi.rpm.conf.j2 pungi.conf.rpm = pungi.rpm.conf.j2
pungi.conf.module = pungi.module.conf.j2 pungi.conf.module = pungi.module.conf.j2