diff --git a/openssh/auth.sls b/openssh/auth.sls index 8825991..50a52b0 100644 --- a/openssh/auth.sls +++ b/openssh/auth.sls @@ -1,8 +1,8 @@ {%- macro print_name(identifier, key) -%} {%- if 'name' in key %} -{{ key['name'] }}: +{{ key['name'] }} {%- else %} -{{ identifier }}: +{{ identifier }} {%- endif %} {%- endmacro -%}