diff --git a/tomcat-multiple-instances/templates/tomcat-users.xml.j2 b/tomcat-multiple-instances/templates/tomcat-users.xml.j2 index 61a52ca..40c4617 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 %}