Fix variable usage
This commit is contained in:
parent
52469c754d
commit
40036c3c32
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue