Removed '=' from the nslcd.conf template since it causes a syntax error

This commit is contained in:
Gregory Ballantine 2019-07-25 17:39:31 -04:00
parent c9bdc8dcf9
commit 2f87f41e3c

View File

@ -6,5 +6,5 @@
# #
{% for key,value in nslcd_conf.items() -%} {% for key,value in nslcd_conf.items() -%}
{{ key }} = {{ value }} {{ key }} {{ value }}
{% endfor %} {% endfor %}