Fix variable usage
This commit is contained in:
parent
52469c754d
commit
276b3d154e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue