From 6fd3e6bf6419a109fd2b0ce90056be0739f3d0f8 Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Wed, 1 Feb 2017 18:13:06 +0000 Subject: [PATCH] Explicitly set krb_proxyuser to None in the-new-hotness Currently all settings are expected to be present and don't have defaults, so we need to explictly add this setting. Signed-off-by: Jeremy Cline --- roles/hotness/templates/hotness.py | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/hotness/templates/hotness.py b/roles/hotness/templates/hotness.py index 090bf8c5af..a1244f3c52 100644 --- a/roles/hotness/templates/hotness.py +++ b/roles/hotness/templates/hotness.py @@ -59,6 +59,7 @@ config = { 'krb_principal': 'hotness/hotness01{{env_suffix}}.phx2.fedoraproject.org@{{ipa_realm}}', 'krb_keytab': '/etc/krb5.hotness_hotness01{{env_suffix}}.phx2.fedoraproject.org.keytab', 'krb_ccache': None, + 'krb_proxyuser': None, 'krb_sessionopts': {'timeout': 3600, 'krb_rdns': False}, 'user_email': ('Fedora Release Monitoring ',