Browse Source

Merge pull request #32 from onestic/master

Fix bug that added : at the end of the key
tags/v0.41.0
puneet kandhari 9 years ago
parent
commit
3ed21c0d3a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      openssh/auth.sls

+ 2
- 2
openssh/auth.sls View File

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



Loading…
Cancel
Save