浏览代码

Fix bug that added : at the end of the key

master
jvblasco 9 年前
父节点
当前提交
60691ef20d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      openssh/auth.sls

+ 2
- 2
openssh/auth.sls 查看文件

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


正在加载...
取消
保存