Fix variable usage

This commit is contained in:
Patrik Lundin 2024-10-06 14:44:32 +02:00
parent 52469c754d
commit 40036c3c32
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

@ -1,6 +1,6 @@
# Clients in the local datacenter # Clients in the local datacenter
<% @clients.each do |client| -%> <% @clients.each do |client| -%>
user <%= @client %> user <%= client %>
topic readwrite cdn/<%= @dc %>/purge topic readwrite cdn/<%= @dc %>/purge
topic read cdn/+/purge topic read cdn/+/purge