cdist/conf/manifests/init
Nico Schottelius 24d28b4a06 begin to write real world manifest
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-02-02 14:02:29 +01:00

10 lines
250 B
Text

#
# This is a sample manifest, but used in real world
#
# All ikqs get a sample file
case "$__core_hostname" in
ikq*)
__file cdist-config --source /home/users/nico/p/cdist/bin/cdist-config --destination /usr/bin/cdist-config
;;
esac