Saltstack Official MongoDB Formula

4 lines
76B

  1. {%- if pillar.mongodb is defined %}
  2. include:
  3. - mongodb.server
  4. {%- endif %}