本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
ExternalMirrors
/
openssh-formula
镜像来自
https://github.com/saltstack-formulas/openssh-formula
關注
1
收藏
0
複製
1
程式碼
問題
0
版本發佈
27
Wiki
活動
瀏覽代碼
Allow removing keys based on source file.
tags/v0.41.0
Manuel Webersen
5 年之前
父節點
3715cd601c
當前提交
29f7d71426
共有
1 個檔案被更改
,包括
1 行新增
和
1 行删除
分割檢視
顯示文件統計
+1
-1
openssh/auth.sls
+ 1
- 1
openssh/auth.sls
查看文件
@@ -12,7 +12,7 @@
{%- else %}
- user: {{ identifier }}
{%- endif %}
{%- if '
present' in key and key['present'] and '
source' in key %}
{%- if 'source' in key %}
- source: {{ key['source'] }}
{%- else %}
{%- if 'enc' in key %}
Write
Preview
Loading…
取消
儲存