cdist/conf/manifests/init
Nico Schottelius 00220332a5 simplify manifests/init
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-02-22 17:25:31 +01:00

16 lines
406 B
Text
Executable file

#
# This is a sample manifest, but used in real world
#
# All systems get a file /etc/cdist-managed, so the sysadmin knows
# who manages the configuration.
__file /etc/cdist-managed --type file
# All ikqs get a sample file
case "$__cdist_target_host" in
localhost)
__issue iddoesnotmatterhere
__package qemu-kvm --wtf installed
__package tftpd-hpa --fancyoption installed
;;
esac