使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
ExternalMirrors
/
old-salt-formula
镜像自地址
https://github.com/saltstack-formulas/salt-formula
关注
1
点赞
0
派生
1
代码
工单
0
版本发布
68
百科
动态
浏览代码
fix(default): set salt:minion:master_type to str
Having it set as true causes an error with the minion config when the salt-minion starts
tags/v1.9.1
Dallas Harris
3 年前
父节点
f64197ada4
当前提交
ca1df1b69e
没有帐户链接到提交者的电子邮件
共有
1 个文件被更改
,包括
1 次插入
和
1 次删除
分列视图
显示文件统计
+1
-1
salt/defaults.yaml
+ 1
- 1
salt/defaults.yaml
查看文件
@@ -58,7 +58,7 @@ salt:
master:
gitfs_provider: gitpython
minion:
master_type: tr
ue
# see init.sls & standalone.sls
master_type:
s
tr # see init.sls & standalone.sls
gitfs:
dulwich:
撰写
预览
正在加载...
取消
保存