Merge "Merge branch 'master' into merge-master-arno" into stable/arno
[genesis.git] / compass / deploy / ansible / roles / ha / files / notify.sh
1 #!/bin/bash
2 python /usr/local/bin/failover.py $1
3 mysql -uroot -e"flush hosts"
4 service mysql restart