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.
|
-
- {%- if pillar.galera is defined %}
- include:
- {%- if pillar.galera.master is defined %}
- - galera.master
- {%- endif %}
- {%- if pillar.galera.slave is defined %}
- - galera.slave
- {%- endif %}
- {%- if pillar.galera.monitor is defined %}
- - galera.monitor
- {%- endif %}
- {%- endif %}
- {%- if pillar.mysql is defined %}
- {%- if pillar.mysql.server is defined %}
- - galera.server
- {%- endif %}
- {%- endif %}
|