fix missing user directive in acl template
This commit is contained in:
parent
33194a5207
commit
88cd62b7cd
@ -3,7 +3,7 @@
|
||||
{% for dict in mosquitto_acl %}
|
||||
{% for item in dict.values() %}
|
||||
{% if not item.user == "all" %}
|
||||
{{ item.user }}
|
||||
user {{ item.user }}
|
||||
{% endif %}
|
||||
{{ item.acl_base if item.acl_base is defined else 'topic' }} {{ item.acl_policy }} {{ item.acl_topic }}
|
||||
{% endfor %}
|
||||
|
Loading…
Reference in New Issue
Block a user