remove parallel arg, always change logoutput
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
7823d0c997
commit
d2b042ab7f
1 changed files with 1 additions and 2 deletions
|
@ -122,8 +122,7 @@ def configinstall(args, mode):
|
|||
c = mode(host,
|
||||
initial_manifest=args.manifest,
|
||||
base_path=args.cdist_home,
|
||||
debug=args.debug,
|
||||
parallel=True)
|
||||
debug=args.debug)
|
||||
if args.parallel:
|
||||
log.debug("Creating child process for %s", host)
|
||||
process[host] = multiprocessing.Process(target=c.deploy_and_cleanup)
|
||||
|
|
Loading…
Reference in a new issue