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.

12 lines
324B

  1. [client]
  2. host = localhost
  3. user = debian-sys-maint
  4. password = {{ pillar['mysql_config']['maintenance_password'] }}
  5. socket = /var/run/mysqld/mysqld.sock
  6. [mysql_upgrade]
  7. host = localhost
  8. user = debian-sys-maint
  9. password = {{ pillar['mysql_config']['maintenance_password'] }}
  10. socket = /var/run/mysqld/mysqld.sock
  11. basedir = /usr