You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
501 B
21 lines
501 B
#
|
|
# 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
|
|
;;
|
|
esac
|
|
|