Change-Id: Ib8850b9251ac5165c25ab08d23a01db4a02fbdaerevert-bumpto57-2
@@ -166,23 +166,12 @@ mysql_bootstrap_update_maint_password: | |||
- require: | |||
- cmd: galera_bootstrap_set_root_password | |||
galera_bootstrap_stop_service_pre: | |||
cmd.run: | |||
- name: mysqladmin -h localhost -u root -p{{ master.admin.password }} shutdown | |||
{%- if not grains.get('noservices', False) %} | |||
- ignore_retcode: true | |||
- require: | |||
- cmd: mysql_bootstrap_update_maint_password | |||
{%- else %} | |||
- onlyif: /bin/false | |||
{%- endif %} | |||
galera_bootstrap_stop_service: | |||
service.dead: | |||
- name: {{ master.service }} | |||
{%- if not grains.get('noservices', False) %} | |||
- require: | |||
- cmd: galera_bootstrap_stop_service_pre | |||
- cmd: mysql_bootstrap_update_maint_password | |||
{%- else %} | |||
- onlyif: /bin/false | |||
{%- endif %} |
@@ -166,23 +166,12 @@ mysql_bootstrap_update_maint_password: | |||
- require: | |||
- cmd: galera_bootstrap_set_root_password | |||
galera_bootstrap_stop_service_pre: | |||
cmd.run: | |||
- name: mysqladmin -h localhost -u root -p{{ slave.admin.password }} shutdown | |||
{%- if not grains.get('noservices', False) %} | |||
- ignore_retcode: true | |||
- require: | |||
- cmd: mysql_bootstrap_update_maint_password | |||
{%- else %} | |||
- onlyif: /bin/false | |||
{%- endif %} | |||
galera_bootstrap_stop_service: | |||
service.dead: | |||
- name: {{ slave.service }} | |||
{%- if not grains.get('noservices', False) %} | |||
- require: | |||
- cmd: galera_bootstrap_stop_service_pre | |||
- cmd: mysql_bootstrap_update_maint_password | |||
{%- else %} | |||
- onlyif: /bin/false | |||
{%- endif %} |