本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
ExternalMirrors
/
openssh-formula
镜像来自
https://github.com/saltstack-formulas/openssh-formula
關注
1
收藏
0
複製
1
程式碼
問題
0
版本發佈
27
Wiki
活動
瀏覽代碼
fix(config_ini): ensure the tab replacement happens before the edit
Otherwise
#162
can still happen
tags/v0.43.2
James Howe
4 年之前
父節點
bfde73f8e3
當前提交
b26b99d3d0
沒有連結到貢獻者的電子郵件帳戶。
共有
1 個檔案被更改
,包括
2 行新增
和
0 行删除
分割檢視
顯示文件統計
+2
-0
openssh/config_ini.sls
+ 2
- 0
openssh/config_ini.sls
查看文件
@@ -27,4 +27,6 @@ sshd_config-with-ini:
{%- for k,v in sshd_config.items() %}
{{ k }}: '{{ v }}'
{%- endfor %}
- require:
- file: sshd_config-with-ini
{%- endif %}
Write
Preview
Loading…
取消
儲存