From cf24f3595b864e50f30c94ab8b1a7a6d7598c188 Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Jul 23 2024 13:17:59 +0000 Subject: [toddlers] Comment out the offending config line This line is causing the playbook to file as the `service` and `host` variables are not set anywhere. I already set the `service` variable to value `toddlers`, but I'm not sure what is expected in `host`, let's comment it out for now. Signed-off-by: Michal Konecny --- diff --git a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml index ef7f0bd..e83e8a4 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 %} -principal = {{service}}/{{host}} +#principal = {{service}}/{{host}} keytab = /etc/keytabs/service.keytab # Configuration section for scm_request_processor