From 7a287775557f55c6a2eb9a4118981d8dc879e892 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 17 Feb 2011 18:19:05 +0100 Subject: [PATCH] DO NOT CREATE /usr/bin/cdist-config Signed-off-by: Nico Schottelius --- conf/manifests/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/manifests/init b/conf/manifests/init index edc380fa..748b5dc2 100755 --- a/conf/manifests/init +++ b/conf/manifests/init @@ -6,7 +6,7 @@ case "$__cdist_target_host" in ikq*|localhost) __file cdist-config --source /home/users/nico/p/cdist/bin/cdist-config \ - --destination /usr/bin/cdist-config \ + --destination /usr/bin/NOT-cdist-config \ --type file __issue iddoesnotmatterhere ;;