Updated SSSD config file

This commit is contained in:
Gregory Ballantine 2017-05-21 16:21:07 -04:00
parent 7933323dbf
commit 9eb6430962

View File

@ -2,7 +2,7 @@
# Managed by Salt
{%- for key, value in sssd.items() -%}
{%- for key, value in sssd.config.iteritems() -%}
{%- if value is mapping -%}
[{{ key }}]
{%- for key2, value2 -%}