Ver código fonte

Fix bug that added : at the end of the key

master
jvblasco 9 anos atrás
pai
commit
60691ef20d
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      openssh/auth.sls

+ 2
- 2
openssh/auth.sls Ver arquivo

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


Carregando…
Cancelar
Salvar