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