fixtures for type manifest environment test
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
9a33bd3b90
commit
1c38fb492e
1 changed files with 10 additions and 0 deletions
10
lib/cdist/test/manifest/fixtures/conf/type/__dump_environment/manifest
Executable file
10
lib/cdist/test/manifest/fixtures/conf/type/__dump_environment/manifest
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo "PATH: $PATH"
|
||||
echo "__target_host: $__target_host"
|
||||
echo "__global: $__global"
|
||||
echo "__cdist_type_base_path: $__cdist_type_base_path"
|
||||
echo "__type: $__type"
|
||||
echo "__object: $__object"
|
||||
echo "__object_id: $__object_id"
|
||||
echo "__object_fq: $__object_fq"
|
Loading…
Reference in a new issue