cleanup, -debug

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/1.0
Nico Schottelius 14 years ago
parent 97ab2066d4
commit 241548c6ec
  1. 4
      bin/cdist-manifest-run-all
  2. 7
      conf/manifests/init

@ -68,13 +68,11 @@ while [ "$__cdist_new_objects_created" = "y" ]; do
echo "Executing manifest ${__cdist_manifest} ..."
# Make variables available to non-core
set -x
export $__cdist_name_var_object="$__cdist_cur_object_dir"
export $__cdist_name_var_object_id="$__cdist_object_id"
set +x
cdist-manifest-run "$__cdist_target_host" "$__cdist_manifest" \
"$__cdist_new_objects_dir" "$__cdist_object_id"
"$__cdist_new_objects_dir"
__cdist_object_list "${__cdist_new_objects_dir}" > "$__cdist_new_objects_list"

@ -6,13 +6,6 @@
echo "Running initial manifest for $__target_host"
echo "We could access other manifests in $__manifests"
set -x
# All systems get a file /etc/cdist-managed, so the sysadmin knows
# who manages the configuration.
#__file /etc/cdist-managed --type file
# All ikqs get a sample file
case "$__target_host" in
localhost)
__issue iddoesnotmatterhere

Loading…
Cancel
Save