++changes(2.3.2)
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
25324a5e35
commit
760b7e7afb
2 changed files with 2 additions and 1 deletions
|
@ -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(
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue