forked from ungleich-public/cdist
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,
|
c = mode(host,
|
||||||
initial_manifest=args.manifest,
|
initial_manifest=args.manifest,
|
||||||
base_path=args.cdist_home,
|
base_path=args.cdist_home,
|
||||||
debug=args.debug,
|
debug=args.debug)
|
||||||
parallel=True)
|
|
||||||
if args.parallel:
|
if args.parallel:
|
||||||
log.debug("Creating child process for %s", host)
|
log.debug("Creating child process for %s", host)
|
||||||
process[host] = multiprocessing.Process(target=c.deploy_and_cleanup)
|
process[host] = multiprocessing.Process(target=c.deploy_and_cleanup)
|
||||||
|
|
Loading…
Reference in a new issue