Compare commits
No commits in common. "master" and "v0.1.0" have entirely different histories.
@ -2,10 +2,10 @@
|
||||
|
||||
# Managed by Salt
|
||||
|
||||
{%- for key, value in sssd.config.items() %}
|
||||
{%- for key, value in sssd.config.iteritems() %}
|
||||
{%- if value is mapping %}
|
||||
[{{ key }}]
|
||||
{%- for key2, value2 in value.items() %}
|
||||
{%- for key2, value2 in value.iteritems() %}
|
||||
{{ key2 }} = {{ value2 }}
|
||||
{%- endfor %}
|
||||
{%- else %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user