Changed sssd.conf file format
This commit is contained in:
parent
ee49d4a8fe
commit
428b52f831
@ -2,15 +2,15 @@
|
||||
|
||||
# Managed by Salt
|
||||
|
||||
{%- for key, value in sssd.config.iteritems() -%}
|
||||
{%- if value is mapping -%}
|
||||
{%- for key, value in sssd.config.iteritems() %}
|
||||
{%- if value is mapping %}
|
||||
[{{ key }}]
|
||||
{%- for key2, value2 in value.iteritems() -%}
|
||||
{%- for key2, value2 in value.iteritems() %}
|
||||
{{ key2 }} = {{ value2 }}
|
||||
{%- endfor -%}
|
||||
{%- else -%}
|
||||
{%- endfor %}
|
||||
{%- else %}
|
||||
[{{ key }}]
|
||||
|
||||
{%- endif -%}
|
||||
{% endif -%}
|
||||
{%- endfor -%}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user