forked from ungleich-public/cdist
do not setup variables in cdist-config
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
69453feaa5
commit
a6702cc804
1 changed files with 1 additions and 2 deletions
|
@ -192,8 +192,7 @@ __cdist_object_code_finished()
|
|||
|
||||
__cdist_object_dir()
|
||||
{
|
||||
__cdist_object_dir="${__cdist_out_object_dir}/$1/${__cdist_name_dot_cdist}"
|
||||
echo "$__cdist_object_dir"
|
||||
echo "${__cdist_out_object_dir}/$1/${__cdist_name_dot_cdist}"
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue