Added some SSSD configuration stuff
This commit is contained in:
16
sssd/files/sssd.conf
Normal file
16
sssd/files/sssd.conf
Normal file
@ -0,0 +1,16 @@
|
||||
{% from "sssd/map.jinja" import sssd with context %}
|
||||
|
||||
# Managed by Salt
|
||||
|
||||
{%- for key, value in sssd.items() -%}
|
||||
{%- if value is mapping -%}
|
||||
[{{ key }}]
|
||||
{%- for key2, value2 -%}
|
||||
{{ key2 }} = {{ value2 }}
|
||||
{%- endfor -%}
|
||||
{%- else -%}
|
||||
[{{ key }}]
|
||||
|
||||
{%- endif -%}
|
||||
{%- endfor -%}
|
||||
|
Reference in New Issue
Block a user