From 0bc8c56f0678541abe80fbb9b9a90aa5d1543773 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 23 Nov 2016 18:17:29 +0000 Subject: [PATCH] This is also env-dependant Signed-off-by: Patrick Uiterwijk --- roles/base/templates/krb5.conf.master.j2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/roles/base/templates/krb5.conf.master.j2 b/roles/base/templates/krb5.conf.master.j2 index 3bdf4c509b..a6d5219bd8 100644 --- a/roles/base/templates/krb5.conf.master.j2 +++ b/roles/base/templates/krb5.conf.master.j2 @@ -43,6 +43,10 @@ includedir /var/lib/sss/pubconf/krb5.include.d/ {% endif %} [dbmodules] - STG.FEDORAPROJECT.ORG = { +{% if env == "production" %} + FEDORAPROJECT.ORG = { +{% else %} + STG.FEDORAPROJECT.ORG = { +{% endif %} db_library = ipadb.so }