This website works better with JavaScript.
홈
탐색
도움말
가입하기
로그인
ExternalMirrors
/
mongodb-formula
의 미러
https://github.com/salt-formulas/salt-formula-mongodb
보기
1
좋아요
0
포크
1
코드
이슈
0
릴리즈
6
위키
Activity
Saltstack Official MongoDB Formula
39
커밋
4
브랜치
트리:
874fee66c9
mongodb-formula
/
mongodb
/
init.sls
init.sls
97B
Raw
Normal View
히스토리
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
%}