~charmers/charms/oneiric/tomcat7/trunk

« back to all changes in this revision

Viewing changes to hooks/website-relation-changed

  • Committer: Juan L. Negron
  • Date: 2011-06-20 19:33:08 UTC
  • Revision ID: juan.negron@canonical.com-20110620193308-4aymvywtzmwjwu7n
Removing unused hooks. Removing use of EC2 metadata, Removing use of IP

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
echo $ENSEMBLE_REMOTE_UNIT modified its settings
6
 
echo Relation settings:
7
 
relation-get
8
 
echo Relation members:
9
 
relation-list