diff --git a/roles/bodhi2/base/templates/staging.ini.j2 b/roles/bodhi2/base/templates/staging.ini.j2 index 2a5b686e21..273dd1fec3 100644 --- a/roles/bodhi2/base/templates/staging.ini.j2 +++ b/roles/bodhi2/base/templates/staging.ini.j2 @@ -85,8 +85,10 @@ releng_fedmsg_certname = shell-bodhi-backend01.stg.phx2.fedoraproject.org # will act as a masher as well. #masher = None +{% if 'backend' in inventory_hostname %} mash_dir = /mnt/koji/compose/updates/ mash_stage_dir = /mnt/koji/compose/updates/ +{% endif %} pungi.basepath = /etc/bodhi pungi.conf.rpm = pungi.rpm.conf.j2 pungi.conf.module = pungi.module.conf.j2