name parameter correctly add_conf_dirs

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-11-01 14:14:52 +01:00
commit 6ecfb28d93
2 changed files with 3 additions and 3 deletions

View file

@ -172,7 +172,7 @@ def configinstall_onehost(host, args, mode, parallel):
remote_copy=args.remote_copy,
remote_exec=args.remote_exec,
initial_manifest=args.manifest,
conf_dirs=args.conf_dir,
add_conf_dirs=args.conf_dir,
exec_path=sys.argv[0],
debug=args.debug)