summaryrefslogtreecommitdiffstats
path: root/bin/terminate
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-12-05 10:18:49 -0500
committerJesse Luehrs <doy@tozt.net>2018-12-05 10:18:49 -0500
commit2ed8df07c42642f6f825e6ef2d94b894450e0b1e (patch)
tree90f4fc7260bd5722ff9fe0fe5e11946c2f1adceb /bin/terminate
parent66b45bd68a00ff7e68e854731659c7d9b6c49cd1 (diff)
downloadpuppet-tozt-2ed8df07c42642f6f825e6ef2d94b894450e0b1e.tar.gz
puppet-tozt-2ed8df07c42642f6f825e6ef2d94b894450e0b1e.zip
add a base configuration for testing the d2a script
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 5c99407..2b100c1 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|partofme)
+ base|tozt|algo|mail|partofme)
"$secrets_bin" open
trap '"$secrets_bin" close' EXIT
doctl -t "$(cat /mnt/digitalocean)" compute droplet delete "$1"