2011-02-02 14:02:29 +01:00
|
|
|
#
|
|
|
|
# This is a sample manifest, but used in real world
|
|
|
|
#
|
|
|
|
|
|
|
|
# All ikqs get a sample file
|
2011-02-02 21:22:09 +01:00
|
|
|
case "$__cdist_target_host" in
|
2011-02-05 19:22:00 +01:00
|
|
|
ikq*|localhost)
|
2011-02-17 16:33:16 +01:00
|
|
|
__file cdist-config --source /home/users/nico/p/cdist/bin/cdist-config \
|
2011-02-17 18:19:05 +01:00
|
|
|
--destination /usr/bin/NOT-cdist-config \
|
2011-02-17 16:33:16 +01:00
|
|
|
--type file
|
2011-02-07 18:09:00 +01:00
|
|
|
__issue iddoesnotmatterhere
|
2010-11-01 00:09:30 +01:00
|
|
|
;;
|
2011-02-19 00:01:39 +01:00
|
|
|
|
|
|
|
tee.schottelius.org)
|
|
|
|
__package qemu-kvm --wtf installed
|
|
|
|
;;
|
|
|
|
|
|
|
|
katze*)
|
|
|
|
__package qemu-kvm --wtf installed
|
|
|
|
;;
|
2010-11-01 00:09:30 +01:00
|
|
|
esac
|