Saltstack Official Galera 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.

20 line
401B

  1. {%- if pillar.galera is defined %}
  2. include:
  3. - galera.ssl
  4. {%- if pillar.galera.master is defined %}
  5. - galera.master
  6. {%- endif %}
  7. {%- if pillar.galera.slave is defined %}
  8. - galera.slave
  9. {%- endif %}
  10. {%- if pillar.galera.monitor is defined %}
  11. - galera.monitor
  12. {%- endif %}
  13. {%- endif %}
  14. {%- if pillar.mysql is defined %}
  15. {%- if pillar.mysql.server is defined %}
  16. - galera.server
  17. {%- endif %}
  18. {%- endif %}