++changes(2.3.2)

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2013-08-30 02:55:22 +02:00
parent 25324a5e35
commit 760b7e7afb
2 changed files with 2 additions and 1 deletions

View File

@ -118,7 +118,7 @@ class Config(object):
local = cdist.exec.local.Local(
target_host=host,
initial_manifest=args.manifest,
out_path=args.out_path,
base_path=args.out_path,
add_conf_dirs=args.conf_dir)
remote = cdist.exec.remote.Remote(

View File

@ -6,6 +6,7 @@ Changelog
2.3.2:
* Core: Fix typo in argument parser
* Core: Code cleanup: Remove old install code (Steven Armstrong)
2.3.1: 2013-08-28
* Core: Support relative paths for configuration directories