This is also env-dependant

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-11-23 18:17:29 +00:00
parent b88c5c4da6
commit 0bc8c56f06

View file

@ -43,6 +43,10 @@ includedir /var/lib/sss/pubconf/krb5.include.d/
{% endif %}
[dbmodules]
{% if env == "production" %}
FEDORAPROJECT.ORG = {
{% else %}
STG.FEDORAPROJECT.ORG = {
{% endif %}
db_library = ipadb.so
}