cdist/conf/manifests/init
Nico Schottelius 709271fd2e cleanup type __file, it can use cat from current dir directly now
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-02-16 19:42:10 +01:00

11 lines
298 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/cdist-config
__issue iddoesnotmatterhere
;;
esac