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
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.
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 }
Create branch
${ searchTerm }
от 'master'
${ noResults }
mongodb-formula
/
mongodb
/
init.sls
init.sls
97B
Директен файл
Постоянна връзка
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 %}