Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
salt
/
mongodb-formula
forkato da
ExternalMirrors/mongodb-formula
Segui
2
Vota
0
Forka
0
Codice
Rilasci
6
Attività
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
Commit
4
Rami (Branch)
Albero (Tree):
a243e83369
feature/spm-packaging-meta
master
no-verbose-logs
sensu
2016.12.1
2016.12
0.2
mk22
mk22-sl
mcp0.5
Rami (Branch)
Tag
${ item.name }
Crea branch
${ searchTerm }
da 'a243e83369'
${ noResults }
mongodb-formula
/
mongodb
/
init.sls
init.sls
97B
Originale
Normal View
Cronologia
Initial commit
9 anni fa
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 anni fa
1
2
3
4
5
{%- if pillar.mongodb is defined %}
include:
- mongodb.server
- mongodb.cluster
{%- endif %}