From 3156ef171e30682347fa06bb7e6d1b00f258ef9b Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 2 Feb 2011 21:22:09 +0100 Subject: [PATCH] update manifest to use new variables Signed-off-by: Nico Schottelius --- conf/manifests/init | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/manifests/init b/conf/manifests/init index 9439fecc..195835a4 100755 --- a/conf/manifests/init +++ b/conf/manifests/init @@ -2,8 +2,9 @@ # This is a sample manifest, but used in real world # +set -x # All ikqs get a sample file -case "$__core_hostname" in +case "$__cdist_target_host" in ikq*) __file cdist-config --source /home/users/nico/p/cdist/bin/cdist-config --destination /usr/bin/cdist-config ;;