Explorar el Código

Merge pull request #32 from onestic/master

Fix bug that added : at the end of the key
tags/v0.41.0
puneet kandhari hace 9 años
padre
commit
3ed21c0d3a
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