diff --git a/bin/cdist b/bin/cdist index 61dad1db..50e66697 100755 --- a/bin/cdist +++ b/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)