From ea1f97809af83ed8c6ddf6ff005bde868a1b314c Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 3 Nov 2016 13:02:48 +0000 Subject: [PATCH] Make builders use the https proxy for krb Signed-off-by: Patrick Uiterwijk --- roles/base/templates/krb5.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/base/templates/krb5.conf.j2 b/roles/base/templates/krb5.conf.j2 index 54c52a27f2..cc5b0b5788 100644 --- a/roles/base/templates/krb5.conf.j2 +++ b/roles/base/templates/krb5.conf.j2 @@ -21,7 +21,7 @@ [realms] {% if env == "production" %} FEDORAPROJECT.ORG = { -{% if datacenter == "phx2" %} +{% if datacenter == "phx2" and not krb_builder %} kdc = ipa01.phx2.fedoraproject.org kdc = ipa02.phx2.fedoraproject.org {% else %}