diff --git a/tomcat-multiple-instances/templates/tomcat-users.xml.j2 b/tomcat-multiple-instances/templates/tomcat-users.xml.j2 index 40c4617..8eaf5da 100644 --- a/tomcat-multiple-instances/templates/tomcat-users.xml.j2 +++ b/tomcat-multiple-instances/templates/tomcat-users.xml.j2 @@ -26,16 +26,16 @@ -{% if tomcat_manager_gui_user_enabled %} +{% if tomcat_m_manager_gui_user_enabled %} {% endif %} -{% if tomcat_manager_script_user_enabled %} +{% if tomcat_m_manager_script_user_enabled %} {% endif %} -{% if tomcat_manager_jmx_user_enabled %} +{% if tomcat_m_manager_jmx_user_enabled %} {% endif %} -{% if tomcat_manager_status_user_enabled %} +{% if tomcat_m_manager_status_user_enabled %} {% endif %}