2011-02-02 14:02:29 +01:00
|
|
|
#
|
|
|
|
# This is a sample manifest, but used in real world
|
|
|
|
#
|
|
|
|
|
2011-02-24 15:14:00 +01:00
|
|
|
# This is debug and should not be in a production environment
|
|
|
|
echo "Running initial manifest for $__target_host"
|
2011-02-24 21:36:11 +01:00
|
|
|
echo "We could access other manifests in $__manifest"
|
2011-02-24 15:14:00 +01:00
|
|
|
|
|
|
|
case "$__target_host" in
|
2011-02-22 17:25:31 +01:00
|
|
|
localhost)
|
2011-02-07 18:09:00 +01:00
|
|
|
__issue iddoesnotmatterhere
|
2011-02-23 09:10:17 +01:00
|
|
|
__file test --type file --destination /tmp/cdist-testfile
|
2011-02-19 00:01:39 +01:00
|
|
|
;;
|
2011-02-22 16:11:07 +01:00
|
|
|
|
|
|
|
icarus)
|
|
|
|
__package tree --ensure installed
|
|
|
|
;;
|
|
|
|
|
2010-11-01 00:09:30 +01:00
|
|
|
esac
|