system-config/playbooks/roles/gerrit/templates/root.my.cnf.j2
Monty Taylor 842ba4d592 Write out db config for root user
We use this in some utlity scripts, but we currently don't
write it out anywhere. It was an old puppet artifact.

Change-Id: Ib6fdfc4f4a9c5d1befdb6d256989450996dd2a3d
2020-04-14 15:21:03 -05:00

6 lines
98 B
Django/Jinja

[client]
host={{ gerrit_mysql_host }}
user=gerrit2
password={{ gerrit_mysql_password }}
ssl=false