Removed '=' from the nslcd.conf template since it causes a syntax error
This commit is contained in:
@ -6,5 +6,5 @@
|
||||
#
|
||||
|
||||
{% for key,value in nslcd_conf.items() -%}
|
||||
{{ key }} = {{ value }}
|
||||
{{ key }} {{ value }}
|
||||
{% endfor %}
|
||||
|
Reference in New Issue
Block a user