From bb0f4d69a773145d52c6ea6c17cf9c82193a72f8 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 24 Oct 2017 22:24:20 +0200 Subject: [PATCH] Dont set mash_dir on frontends Signed-off-by: Patrick Uiterwijk --- roles/bodhi2/base/templates/production.ini.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index 31ced4b883..fe80155526 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -113,7 +113,9 @@ releng_fedmsg_certname = shell-bodhi-backend03.phx2.fedoraproject.org # will act as a masher as well. #masher = None +{% if 'backend' in inventory_hostname %} mash_dir = /mnt/koji/compose/updates/ +{% endif %} mash_stage_dir = /mnt/koji/compose/updates/ pungi.basepath = /etc/bodhi pungi.conf.rpm = pungi.rpm.conf.j2