From 5a3851a187c349091d50fda7d6a0e1979746928f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 13 Aug 2024 13:42:07 -0700 Subject: [PATCH] krb5.conf template: also include from normal include dir Signed-off-by: Kevin Fenzi --- roles/base/templates/krb5.conf.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/base/templates/krb5.conf.j2 b/roles/base/templates/krb5.conf.j2 index a7316b7a21..f9aef65e25 100644 --- a/roles/base/templates/krb5.conf.j2 +++ b/roles/base/templates/krb5.conf.j2 @@ -1,3 +1,5 @@ +includedir /etc/krb5.conf.d/ + [logging] default = FILE:/var/log/krb5libs.log kdc = FILE:/var/log/krb5kdc.log