remove debug
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
7e9d234219
commit
e1421280d4
1 changed files with 1 additions and 2 deletions
|
@ -613,10 +613,9 @@ def config(args):
|
|||
for host in args.host:
|
||||
c = Cdist(host, initial_manifest=args.manifest, home=args.cdist_home, debug=args.debug)
|
||||
if args.parallel:
|
||||
log.debug("Starting child process for %s", host)
|
||||
log.debug("Creating child process for %s", host)
|
||||
process[host] = multiprocessing.Process(target=c.deploy_and_cleanup)
|
||||
process[host].start()
|
||||
log.debug("After process for %s", host)
|
||||
else:
|
||||
c.deploy_and_cleanup()
|
||||
|
||||
|
|
Loading…
Reference in a new issue