From 24e5e460fc374d571b32c1a86ba8826d612e6297 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sat, 22 Feb 2025 14:10:45 +0100 Subject: [PATCH] add option for backend user list --- templates/haproxy_head.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/haproxy_head.erb b/templates/haproxy_head.erb index 02ccb16..2acdf7e 100644 --- a/templates/haproxy_head.erb +++ b/templates/haproxy_head.erb @@ -64,7 +64,7 @@ listen stats stats refresh 30s stats admin if TRUE # Allow admin actions if logged in -<% if $hy_manage_be_users == true -%> +<% if @hy_manage_be_users == true -%> # <%= @hy_be_userlist %> <% end -%>