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 <jeremy@jcline.org>
This commit is contained in:
Jeremy Cline 2017-02-01 18:13:06 +00:00
parent 8c9c8cd985
commit 6fd3e6bf64

View file

@ -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 ',