From f942a9bf88b69d2c7e13732d74851a5848e56e87 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 1 Feb 2017 16:02:28 +0000 Subject: [PATCH] Choose a ccache dir that fedmsg can write to. --- roles/mbs/common/templates/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mbs/common/templates/config.py b/roles/mbs/common/templates/config.py index b0728acbd7..4ed7531aa8 100644 --- a/roles/mbs/common/templates/config.py +++ b/roles/mbs/common/templates/config.py @@ -93,7 +93,7 @@ class ProdConfiguration(BaseConfiguration): {% endif %} KRB_KEYTAB = '/etc/krb5.mbs_mbs{{env_suffix}}.fedoraproject.org.keytab' - KRB_CCACHE = '/var/cache/mbs-krb5cc' + KRB_CCACHE = '/var/cache/fedmsg/mbs-krb5cc' LOG_LEVEL = 'debug' LOG_BACKEND = 'console'