Removed fuel from Genesis master since fuel has moved to repo fuel.
[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