Moved the nslcd.conf template to the proper directory

This commit is contained in:
2019-07-25 17:35:12 -04:00
parent 4af6d8a062
commit c9bdc8dcf9

View File

@ -0,0 +1,10 @@
{% set nslcd_conf = salt['pillar']['get']('nslcd') -%}
#
## This file is being managed by Salt.
## Any manual modifications will be overwritten the next time Salt runs.
#
{% for key,value in nslcd_conf.items() -%}
{{ key }} = {{ value }}
{% endfor %}