forked from ungleich-public/cdist
2nd level cconfig generation works (with debug)
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
d9a07bfa3e
commit
34f845ec86
3 changed files with 11 additions and 3 deletions
|
|
@ -61,9 +61,15 @@ while [ "$__cdist_object_created_new" = 1 ]; do
|
|||
if [ ! -f "${object}/$__cdist_object_finished" ]; then
|
||||
echo "Running object ${object} ..."
|
||||
|
||||
manifest="${object}/${__cdist_name_init}"
|
||||
set -x
|
||||
pwd
|
||||
|
||||
type=${object%%/*}
|
||||
|
||||
manifest="$__cdist_type_dir/${type}/${__cdist_name_init}"
|
||||
|
||||
if [ -x "${manifest}" ]; then
|
||||
cdist-manifest-run "${manifest}" "${__cdist_tmp_dir}"
|
||||
cdist-manifest-run "${__cdist_tmp_dir}" "${manifest}"
|
||||
|
||||
echo "Trying to merge... "
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue