92a3661ece
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
10 lines
264 B
Text
Executable file
10 lines
264 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
|
|
;;
|
|
esac
|