summaryrefslogtreecommitdiffstats
path: root/bin/launch
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/launch
parent66b45bd68a00ff7e68e854731659c7d9b6c49cd1 (diff)
downloadpuppet-tozt-2ed8df07c42642f6f825e6ef2d94b894450e0b1e.tar.gz
puppet-tozt-2ed8df07c42642f6f825e6ef2d94b894450e0b1e.zip
add a base configuration for testing the d2a script
Diffstat (limited to 'bin/launch')
-rwxr-xr-xbin/launch2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/launch b/bin/launch
index 663b176..5ae25a4 100755
--- a/bin/launch
+++ b/bin/launch
@@ -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
"$(dirname "$0")/helpers/launch-$1"