summaryrefslogtreecommitdiffstats
path: root/bin/terminate
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-13 01:58:41 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-13 01:58:41 -0500
commitac4dc3297a2468b4e499759860c71af0f6e2e82c (patch)
treefa485ced884b21bdc8fdf77f4e85f72939cf2c6e /bin/terminate
parent1643a8a76b0a834a97decbecbcbd6eac19430aa1 (diff)
downloadpuppet-tozt-ac4dc3297a2468b4e499759860c71af0f6e2e82c.tar.gz
puppet-tozt-ac4dc3297a2468b4e499759860c71af0f6e2e82c.zip
add config for my local fileserver
Diffstat (limited to 'bin/terminate')
-rwxr-xr-xbin/terminate2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/terminate b/bin/terminate
index 78f2bab..5c99407 100755
--- a/bin/terminate
+++ b/bin/terminate
@@ -6,7 +6,7 @@ script_path="$(realpath "$(dirname "$0")")"
secrets_bin="${script_path}/secrets"
case "$1" in
- tozt|algo|mail)
+ tozt|algo|mail|partofme)
"$secrets_bin" open
trap '"$secrets_bin" close' EXIT
doctl -t "$(cat /mnt/digitalocean)" compute droplet delete "$1"