summaryrefslogtreecommitdiffstats
path: root/compass/deploy/ansible/roles/ha/files/notify.sh
diff options
context:
space:
mode:
Diffstat (limited to 'compass/deploy/ansible/roles/ha/files/notify.sh')
-rw-r--r--compass/deploy/ansible/roles/ha/files/notify.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/compass/deploy/ansible/roles/ha/files/notify.sh b/compass/deploy/ansible/roles/ha/files/notify.sh
deleted file mode 100644
index 5edffe8..0000000
--- a/compass/deploy/ansible/roles/ha/files/notify.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-python /usr/local/bin/failover.py $1
-mysql -uroot -e"flush hosts"
-service mysql restart