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