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

8 lines
180 B
Plaintext
Raw Normal View History

#!/bin/sh
echo "PATH: $PATH"
echo "__target_host: $__target_host"
echo "__global: $__global"
echo "__cdist_type_base_path: $__cdist_type_base_path"
echo "__manifest: $__manifest"