cdist/conf/manifest/init
Nico Schottelius b683b8ca70 more plural -> singular cleanups
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-02-24 21:36:11 +01:00

19 lines
432 B
Text
Executable file

#
# This is a sample manifest, but used in real world
#
# This is debug and should not be in a production environment
echo "Running initial manifest for $__target_host"
echo "We could access other manifests in $__manifest"
case "$__target_host" in
localhost)
__issue iddoesnotmatterhere
__file test --type file --destination /tmp/cdist-testfile
;;
icarus)
__package tree --ensure installed
;;
esac