cdist/cdist/test/manifest/fixtures/conf/manifest/dump_environment

10 lines
182 B
Bash
Executable File

#!/bin/sh
cat > $__cdist_test_out << DONE
PATH: $PATH
__target_host: $__target_host
__global: $__global
__cdist_type_base_path: $__cdist_type_base_path
__manifest: $__manifest
DONE