使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
ExternalMirrors
/
openssh-formula
镜像自地址
https://github.com/saltstack-formulas/openssh-formula
关注
1
点赞
0
派生
1
代码
工单
0
版本发布
27
百科
动态
浏览代码
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 %}
撰写
预览
正在加载...
取消
保存