Moved the nslcd.conf template to the proper directory
This commit is contained in:
10
nslcd/files/nslcd.conf.jinja
Normal file
10
nslcd/files/nslcd.conf.jinja
Normal 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 %}
|
Reference in New Issue
Block a user