ADMIN_EMAIL and REPO_LOCATION defined in setenv

This commit is contained in:
Naglfar
2019-12-06 15:32:09 +00:00
parent 01683bb523
commit 3bff655fbc
4 changed files with 6 additions and 7 deletions

View File

@@ -8,13 +8,11 @@
PROGNAME=${0##*/}
VERSION="0.4"
LIST_NAME="thunix-join@lists.tildeverse.org"
ADMIN_EMAIL="root@thunix.net"
EMAIL_TEMPLATE="tmpl/email.tmpl"
YAML_FILE="$1.yml"
CONFIG=./setenv
# Set location to your repo for ansible here
# It is only needed for thunix
REPO_LOCATION="/home/ubergeek/repos/ansible/"
. $CONFIG
error_exit() {
echo -e "${PROGNAME}: ${1:-"Unknown Error"}" >&2