BUGFIX: marker reset got lost during migration to cdist-type-emulator

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-03-24 10:24:51 +01:00
parent 79eec9bd23
commit 762c0b4935
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ while [ "$__cdist_new_objects_created" = "y" ]; do
export $__cdist_name_var_type="$(__cdist_type_dir "$__cdist_type")"
cdist-manifest-run "$__cdist_target_host" "$__cdist_manifest"
__cdist_new_objects_created=y
else
__cdist_exit_err "${__cdist_manifest} needs to be executable."
fi