remove parallel arg, always change logoutput

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/feature_files_export
Nico Schottelius 14 years ago
parent 7823d0c997
commit d2b042ab7f
  1. 3
      bin/cdist

@ -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…
Cancel
Save