summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-17 01:32:48 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-17 01:32:48 -0400
commite59c5054873c8a5c99d2f4aa71e43ea262591041 (patch)
treeb0648fc755dcf648cbf8ad373f041dc7e4c5f314 /bin
parent6c58c57881299a2932360a7726aa6f8997476773 (diff)
downloadpuppet-tozt-e59c5054873c8a5c99d2f4aa71e43ea262591041.tar.gz
puppet-tozt-e59c5054873c8a5c99d2f4aa71e43ea262591041.zip
wait for the controlmaster process to exit
Diffstat (limited to 'bin')
-rwxr-xr-xbin/helpers/launch-algo4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/helpers/launch-algo b/bin/helpers/launch-algo
index bf8937b..b3849f7 100755
--- a/bin/helpers/launch-algo
+++ b/bin/helpers/launch-algo
@@ -51,4 +51,8 @@ ansible-playbook main.yml -e "
region=nyc3
do_token=$do_token
" >> "$logfile"
+# need to wait for the controlmaster process to exit
+# XXX there should be a way to tell it to exit, but i don't know how to
+# calculate the correct controlpath
+sleep 60
echo "done."