cdist/lib/cdist/test/manifest/fixtures/conf/type/__dump_environment/manifest
Steven Armstrong a946b5cf59 verify manifest environment
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
2011-10-18 15:07:58 +02:00

13 lines
262 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
__type: $__type
__self: $__self
__object: $__object
__object_id: $__object_id
__object_fq: $__object_fq
DONE