From 00220332a585acfa5e4c18d54d24be6d85caccdf Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 22 Feb 2011 17:25:31 +0100 Subject: [PATCH] simplify manifests/init Signed-off-by: Nico Schottelius --- conf/manifests/init | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/conf/manifests/init b/conf/manifests/init index 8c090547..a64be309 100755 --- a/conf/manifests/init +++ b/conf/manifests/init @@ -2,20 +2,15 @@ # 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 - ikq*|localhost) - __file cdist-config --source /home/users/nico/p/cdist/bin/cdist-config \ - --destination /usr/bin/NOT-cdist-config \ - --type file + localhost) __issue iddoesnotmatterhere - ;; - - tee.schottelius.org) - __package qemu-kvm --wtf installed - ;; - - katze*) __package qemu-kvm --wtf installed + __package tftpd-hpa --fancyoption installed ;; esac