このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
salt
/
openssh-formula
フォーク元
ExternalMirrors/openssh-formula
ウォッチ
1
スター
0
フォーク
0
コード
リリース
0
アクティビティ
ソースを参照
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 -%}
書き込み
プレビュー
読み込み中…
キャンセル
保存