diff --git a/nsswitch/files/nsswitch.conf b/nsswitch/files/nsswitch.conf index 13af859..e32b6fa 100644 --- a/nsswitch/files/nsswitch.conf +++ b/nsswitch/files/nsswitch.conf @@ -9,10 +9,6 @@ # `info libc "Name Service Switch"' for information about this file. {%- for key, value in nsswitch.config.iteritems() %} - {%- if value is list %} -{{ key }}: {{ v for v in value }} - {%- else %} {{ key }}: {{ value }} - {%- endif %} {%- endfor %}