# Common variables used by Goose-related scripts. function die() { if [ ! -z "$1" ]; then echo $1 > /dev/stderr fi exit 1 } SERVICES="sa policy" DBENVS="development test integration"