~negronjl/+junk/hadoop-master

1 by Juan L. Negron
Initial formula
1
#!/bin/bash
2
# This must be renamed to the name of the relation. The goal here is to
3
# affect any change needed by relationships being formed, modified, or broken
4
# This script should be idempotent.
5
set -x
6
echo $ENSEMBLE_REMOTE_UNIT modified its settings
7
echo Relation settings:
8
relation-get
9
echo Relation members:
10
relation-list
11
true