#!/bin/sh cat > $__cdist_test_out << DONE PATH: $PATH __target_host: $__target_host __target_hostname: $__target_hostname __target_fqdn: $__target_fqdn __global: $__global __cdist_type_base_path: $__cdist_type_base_path __type: $__type __self: $__self __object: $__object __object_id: $__object_id __object_name: $__object_name __files: $__files __target_host_tags: $__target_host_tags __cdist_log_level: $__cdist_log_level __cdist_log_level_name: $__cdist_log_level_name DONE