++fixes
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
c1e7731992
commit
e5e2fb866c
3 changed files with 15 additions and 21 deletions
|
|
@ -42,7 +42,7 @@ def config(args):
|
|||
os.environ['__remote_copy'] = "scp -o User=root -q"
|
||||
|
||||
for host in args.host:
|
||||
c = Config(host, initial_manifest=args.manifest, base_dir=args.cdist_home, debug=args.debug)
|
||||
c = Config(host, initial_manifest=args.manifest, base_path=args.cdist_home, debug=args.debug)
|
||||
if args.parallel:
|
||||
log.debug("Creating child process for %s", host)
|
||||
process[host] = multiprocessing.Process(target=c.deploy_and_cleanup)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue