From fde8b2b1b9fbeb650ed6ea5a3b910ab7b881398e Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 23 Feb 2011 18:30:06 +0100 Subject: [PATCH] out does not need _dir in the fs Signed-off-by: Nico Schottelius --- bin/cdist-config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/cdist-config b/bin/cdist-config index d9e35c02..77f60605 100755 --- a/bin/cdist-config +++ b/bin/cdist-config @@ -35,8 +35,8 @@ set -au : ${__cdist_name_gencode:=gencode} : ${__cdist_name_host:=hosts} : ${__cdist_name_init:=init} -: ${__cdist_name_out_dir:=out_dir} -: ${__cdist_name_conf_dir:=conf_dir} +: ${__cdist_name_out_dir:=out} +: ${__cdist_name_conf_dir:=conf} # Name of the manifest file in types : ${__cdist_name_manifest:=manifest} @@ -80,7 +80,7 @@ __cdist_sane_regexp='[A-Za-z0-9]*[-A-Za-z0-9_]*' : ${__cdist_remote_explorer_dir:=$__cdist_remote_conf_dir/$__cdist_name_explorer} : ${__cdist_remote_bin_dir:=$__cdist_remote_conf_dir/$__cdist_name_bin} -# Remot} out +# Remote out : ${__cdist_remote_out_dir:=$__cdist_remote_base_dir/$__cdist_name_out_dir} : ${__cdist_remote_out_explorer_dir:=$__cdist_remote_out_dir/$__cdist_name_explorer}