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.

11 satır
198B

  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. {%- endif %}