Merge remote branch 'nico/master'
This commit is contained in:
commit
e40c497722
3 changed files with 6 additions and 5 deletions
|
@ -43,8 +43,9 @@ while [ $# -ge 1 ]; do
|
|||
|| __cdist_exit_err "Remote code failed for $object"
|
||||
|
||||
# Code remote
|
||||
cdist-run-remote "$__cdist_target_host" "cdist-code-run" \
|
||||
"${__cdist_remote_out_object_base_dir}" "$object" \
|
||||
cdist-run-remote "$__cdist_target_host" \
|
||||
"__cdist_out_object_dir=\"$__cdist_remote_out_object_base_dir\"" \
|
||||
"cdist-code-run" "${__cdist_remote_out_object_base_dir}" "$object" \
|
||||
"${__cdist_name_gencode_remote}" \
|
||||
|| __cdist_exit_err "Remote code failed for $object"
|
||||
done < "$__cdist_tmp_file"
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#
|
||||
#
|
||||
|
||||
__cdist_version="1.3.2"
|
||||
__cdist_version="1.4.0"
|
||||
|
||||
# Fail if something bogus is going on
|
||||
set -u
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
1.4:
|
||||
1.4.0:
|
||||
* Add --recursive to __directory
|
||||
* Move cdist generated stuff to .cdist of object
|
||||
* Allow objects to be redefined
|
||||
|
|
Loading…
Reference in a new issue