cdist/conf/manifests/init
Steven Armstrong a69cb997ee +icarus
Signed-off-by: Steven Armstrong <steven.armstrong@inf.ethz.ch>
2011-02-22 16:11:07 +01:00

26 lines
560 B
Text
Executable file

#
# This is a sample manifest, but used in real world
#
# All ikqs get a sample file
case "$__cdist_target_host" in
ikq*|localhost)
__file cdist-config --source /home/users/nico/p/cdist/bin/cdist-config \
--destination /usr/bin/NOT-cdist-config \
--type file
__issue iddoesnotmatterhere
;;
tee.schottelius.org)
__package qemu-kvm --wtf installed
;;
katze*)
__package qemu-kvm --wtf installed
;;
icarus)
__package tree --ensure installed
;;
esac