Explorar el Código

Fix bug that added : at the end of the key

master
jvblasco hace 9 años
padre
commit
60691ef20d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      openssh/auth.sls

+ 2
- 2
openssh/auth.sls Ver fichero

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


Cargando…
Cancelar
Guardar