From 45237ec5ae42654ee5d01fb65d81378ad59f4883 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 23 Feb 2011 18:13:08 +0100 Subject: [PATCH] conf != out Signed-off-by: Nico Schottelius --- bin/cdist-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cdist-config b/bin/cdist-config index 8deaa86b..d9e35c02 100755 --- a/bin/cdist-config +++ b/bin/cdist-config @@ -36,7 +36,7 @@ set -au : ${__cdist_name_host:=hosts} : ${__cdist_name_init:=init} : ${__cdist_name_out_dir:=out_dir} -: ${__cdist_name_conf_dir:=out_dir} +: ${__cdist_name_conf_dir:=conf_dir} # Name of the manifest file in types : ${__cdist_name_manifest:=manifest}