summaryrefslogtreecommitdiffstats
path: root/bin/terminate
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-02-21 04:03:58 -0500
committerJesse Luehrs <doy@tozt.net>2024-02-21 04:03:58 -0500
commita6a24c9dd286280e99bbaf283c94567b9bf58ac2 (patch)
tree95ca3306b5a1977dd2a215288e34a5ca47ff7b5d /bin/terminate
parentee0d27afc5dd9ed3b02cdf6b36e2904c0f46ff7f (diff)
downloadpuppet-tozt-a6a24c9dd286280e99bbaf283c94567b9bf58ac2.tar.gz
puppet-tozt-a6a24c9dd286280e99bbaf283c94567b9bf58ac2.zip
remove algo
Diffstat (limited to 'bin/terminate')
-rwxr-xr-xbin/terminate5
1 files changed, 1 insertions, 4 deletions
diff --git a/bin/terminate b/bin/terminate
index e760c09..9ff1941 100755
--- a/bin/terminate
+++ b/bin/terminate
@@ -6,13 +6,10 @@ script_path="$(realpath "$(dirname "$0")")"
secrets_bin="${script_path}/secrets"
case "$1" in
-algo | mail | mail2)
+mail)
"$secrets_bin" open
trap '"$secrets_bin" close' EXIT
case "$1" in
- algo)
- hostname=algo.tozt.net
- ;;
mail)
hostname=mail.tozt.net
;;