Call hook for ha-relation-changed.

This commit is contained in:
Adam Gandelman 2013-01-16 17:28:07 -08:00
parent 83dfc1b931
commit dff5359dc4
2 changed files with 2 additions and 2 deletions

View File

@ -191,7 +191,7 @@ case $ARG0 in
"cluster-relation-joined") cluster_joined ;; "cluster-relation-joined") cluster_joined ;;
"cluster-relation-changed") cluster_changed ;; "cluster-relation-changed") cluster_changed ;;
"ha-relation-joined") ha_joined ;; "ha-relation-joined") ha_joined ;;
"ha-relation-changed") exit 0 ;; "ha-relation-changed") ha_changed ;;
esac esac
rc=$? rc=$?

View File

@ -1 +1 @@
53 56