This website works better with JavaScript.
홈
탐색
도움말
가입하기
로그인
salt
/
openssh-formula
원본 프로젝트 :
ExternalMirrors/openssh-formula
보기
1
좋아요
0
포크
0
코드
릴리즈
0
Activity
소스 검색
Fix bug that added : at the end of the key
master
jvblasco
9 년 전
부모
1b74efd2d0
커밋
60691ef20d
1개의 변경된 파일
과
2개의 추가작업
그리고
2개의 파일을 삭제
분할 보기
변경상태 보기
+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 -%}
Write
Preview
Loading…
취소
저장