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.

19 satır
388B

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