diff --git a/cdist/config.py b/cdist/config.py index 019f2cc7..dc0417f1 100644 --- a/cdist/config.py +++ b/cdist/config.py @@ -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( diff --git a/docs/changelog b/docs/changelog index bd136b2b..f863e7b8 100644 --- a/docs/changelog +++ b/docs/changelog @@ -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