From c307c38f745149f99e5a845514eae984597b0c40 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 6 Dec 2017 18:17:09 +0100 Subject: [PATCH] tomcat-users.xml.j2: Fix the template variables names. --- .../templates/tomcat-users.xml.j2 | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/tomcat-multiple-instances/templates/tomcat-users.xml.j2 b/tomcat-multiple-instances/templates/tomcat-users.xml.j2 index 61a52ca7..40c4617f 100644 --- a/tomcat-multiple-instances/templates/tomcat-users.xml.j2 +++ b/tomcat-multiple-instances/templates/tomcat-users.xml.j2 @@ -27,22 +27,23 @@ {% if tomcat_manager_gui_user_enabled %} - + {% endif %} {% if tomcat_manager_script_user_enabled %} - + {% endif %} {% if tomcat_manager_jmx_user_enabled %} - + {% endif %} {% if tomcat_manager_status_user_enabled %} - + {% endif %} {% if tomcat_m_manager_other_roles is defined %} {% for t_adm in tomcat_m_manager_other_roles %} - - + + {% endfor %} {% endif %} +{% endif %}