使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
ExternalMirrors
/
mongodb-formula
镜像自地址
https://github.com/salt-formulas/salt-formula-mongodb
关注
1
点赞
0
派生
1
代码
工单
0
版本发布
6
百科
动态
Saltstack Official MongoDB Formula
您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
42
提交
4
分支
分支:
master
feature/spm-packaging-meta
master
no-verbose-logs
sensu
2016.12.1
2016.12
0.2
mk22
mk22-sl
mcp0.5
分支列表
标签列表
${ item.name }
创建分支
${ searchTerm }
从 'master'
${ noResults }
mongodb-formula
/
mongodb
/
init.sls
init.sls
97B
原始文件
永久链接
普通视图
文件历史
Initial commit
9 年前
Split mongodb server and cluster installations There is no retry feature for cmd.run modulte in 2016 salt. We need to add retry during installation on pipeline level. Change-Id: I7eb62bf4281d6611a2cc122ecb09b281303534d9 Related-PROD: PROD-20452
6 年前
1
2
3
4
5
{%- if pillar.mongodb is defined %}
include:
- mongodb.server
- mongodb.cluster
{%- endif %}