From 25eb4bdba607bb13d3186b843e58f8f4f5b53b21 Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Tue, 23 Jul 2024 16:28:38 +0200 Subject: [PATCH] [toddlers] Path needs to be string The keytab value needs to be string otherwise the toml parser is failing with Invalid value error. Signed-off-by: Michal Konecny --- roles/openshift-apps/toddlers/templates/fedora-messaging.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml index 7453d44209..7cdac1bf68 100644 --- a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml +++ b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml @@ -211,7 +211,7 @@ profile = "stg" {% else %} profile = "koji" {% endif %} -keytab = /etc/keytabs/service.keytab +keytab = "/etc/keytabs/service.keytab" # Configuration section for scm_request_processor [consumer_config.scm_request_processor]