mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 10:31:56 +08:00
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:
@@ -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 ',
|
||||
|
||||
Reference in New Issue
Block a user