Saltstack Official MongoDB Formula
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12 行
173B

  1. applications:
  2. - mongodb
  3. classes:
  4. - service.mongodb.support
  5. parameters:
  6. mongodb:
  7. server:
  8. enabled: true
  9. bind:
  10. address: 127.0.0.1
  11. port: 27017