forked from ungleich-public/cdist
cleanup context in main
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
29bb5f383c
commit
2ec3753d94
1 changed files with 2 additions and 0 deletions
|
@ -130,6 +130,8 @@ def configinstall(args, mode):
|
|||
else:
|
||||
c.deploy_and_cleanup()
|
||||
|
||||
context.cleanup()
|
||||
|
||||
if args.parallel:
|
||||
for p in process.keys():
|
||||
log.debug("Joining process %s", p)
|
||||
|
|
Loading…
Reference in a new issue