define LIST_NAME in setenv

This commit is contained in:
Blade of Darkness 2019-12-06 15:40:49 +00:00
parent 3bff655fbc
commit ae758c6f1a
4 changed files with 4 additions and 3 deletions

View File

@ -7,7 +7,6 @@
# Forked from tilde.team's make user script (
PROGNAME=${0##*/}
VERSION="0.4"
LIST_NAME="thunix-join@lists.tildeverse.org"
EMAIL_TEMPLATE="tmpl/email.tmpl"
YAML_FILE="$1.yml"
GEN_TDP="./gen_tdp"

View File

@ -7,7 +7,6 @@
# Forked from tilde.team's make user script (
PROGNAME=${0##*/}
VERSION="0.4"
LIST_NAME="thunix-join@lists.tildeverse.org"
EMAIL_TEMPLATE="tmpl/email.tmpl"
YAML_FILE="$1.yml"
CONFIG=./setenv

4
rmuser
View File

@ -1,5 +1,7 @@
#!/bin/bash
LIST_NAME="thunix-join@lists.tildeverse.org"
CONFIG=./setenv
. $CONFIG
echo "This will remove user account $1 from Thunix."
echo "It is assumed the user account has been un-enforced in Ansible as well."

1
setenv
View File

@ -7,3 +7,4 @@ export WANT_USERS="true"
export ADMIN_EMAIL="root@thunix.net"
export SIGNUP_URL="https://thunix.net/signup"
export DESCRIPTION="Thunix is a community, centered around access to a public *nix system. Thunix offers shell accounts with complete set of programming tools, and follows a continuous integration-continuous deployment of system configuration."
export LIST_NAME="thunix-join@lists.tildeverse.org"