Browse Source

Fix bug that added : at the end of the key

master
jvblasco 9 years ago
parent
commit
60691ef20d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      openssh/auth.sls

+ 2
- 2
openssh/auth.sls View File

@@ -1,8 +1,8 @@
{%- macro print_name(identifier, key) -%}
{%- if 'name' in key %}
{{ key['name'] }}:
{{ key['name'] }}
{%- else %}
{{ identifier }}:
{{ identifier }}
{%- endif %}
{%- endmacro -%}


Loading…
Cancel
Save