fix template

This commit is contained in:
Robert Kaussow 2018-11-05 20:19:12 +01:00
parent 5b5b4cefa4
commit 745158b010
1 changed files with 3 additions and 1 deletions

View File

@ -617,7 +617,9 @@ password_file {{ mosquitto_password_auth_file }}
#
# If an auth_plugin is used as well as acl_file, the auth_plugin check will be
# made first.
#acl_file
{% if mosquitto_acl_enabled %}
acl_file {{ mosquitto_acl_file }}
{% endif %}
# -----------------------------------------------------------------
# External authentication and topic access plugin options