blob: 94317048922e0d56716e10cc6d4096532c52eb7e (
plain) 
 | 1 2 3 4 5 6 7 8 9 10  | #!/bin/bash # This must be renamed to the name of the relation. The goal here is to # affect any change needed by relationships being formed # This script should be idempotent. set -ux relation-set hostname=`hostname -f` replset=`facter replset-name` install-time=`facter install-time` echo $ENSEMBLE_REMOTE_UNIT joined 
 |