Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
ExternalMirrors
/
mongodb-formula
şunun yansıması
https://github.com/salt-formulas/salt-formula-mongodb
İzle
1
Yıldızla
0
Çatalla
1
Kod
Sorunlar
0
Sürümler
6
Wiki
Aktivite
Saltstack Official MongoDB Formula
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38
İşlemeler
4
Dallar
Ağaç:
a243e83369
feature/spm-packaging-meta
master
no-verbose-logs
sensu
2016.12.1
2016.12
0.2
mk22
mk22-sl
mcp0.5
Dallar
Biçim İmleri
${ item.name }
Branş
${ searchTerm }
oluştur
'a243e83369'den
${ noResults }
mongodb-formula
/
mongodb
/
init.sls
init.sls
97B
Ham
Normal Görünüm
Geçmiş
Initial commit
9 yıl önce
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 yıl önce
1
2
3
4
5
{%- if pillar.mongodb is defined %}
include:
- mongodb.server
- mongodb.cluster
{%- endif %}