Merge "Only deploy .my.cnf file on galera/utility containers"

This commit is contained in:
Jenkins
2015-11-04 18:45:35 +00:00
committed by Gerrit Code Review

View File

@@ -27,5 +27,6 @@
dest: "/root/.my.cnf"
config_overrides: "{{ galera_client_my_cnf_overrides }}"
config_type: "ini"
when: inventory_hostname in groups['galera_all'] or inventory_hostname in groups['utility_all']
tags:
- galera-client-user-config