forked from ungleich-public/cdist
name parameter correctly add_conf_dirs
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
d944f2ac19
commit
6ecfb28d93
2 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue