base, not out
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
5b79a97d34
commit
7143fd2706
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ class ConfigInstall(object):
|
||||||
local = cdist.exec.local.Local(
|
local = cdist.exec.local.Local(
|
||||||
target_host=host,
|
target_host=host,
|
||||||
initial_manifest=args.manifest,
|
initial_manifest=args.manifest,
|
||||||
out_path=args.out_path,
|
base_path=args.out_path,
|
||||||
add_conf_dirs=args.conf_dir)
|
add_conf_dirs=args.conf_dir)
|
||||||
|
|
||||||
remote = cdist.exec.remote.Remote(
|
remote = cdist.exec.remote.Remote(
|
||||||
|
|
Loading…
Reference in a new issue