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.

7 lines
207B

  1. config:
  2. {%- if pillar.galera.master is defined %}
  3. {%- from "galera/map.jinja" import master with context %}
  4. my.cnf:
  5. source: "salt://galera/files/my.cnf.container"
  6. template: jinja
  7. {%- endif %}