conf != out

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-02-23 18:13:08 +01:00
parent 2e0d1b78fb
commit 45237ec5ae
1 changed files with 1 additions and 1 deletions

View File

@ -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}