From 98a56aa0bc402c8fbdfbb887bfe7ab85af85bfa5 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 6 Dec 2017 18:26:01 +0100 Subject: [PATCH] tomcat-users.xml.j2: Fix more variables. --- tomcat-multiple-instances/templates/tomcat-users.xml.j2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 %}