Created formula; supports Debian and RedHat OSes

This commit is contained in:
2019-07-25 17:08:16 -04:00
parent 96a3d5d909
commit 4af6d8a062
4 changed files with 72 additions and 0 deletions

10
files/nslcd.conf.jinja Normal file
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 %}