From 9e2abff8be64e66a087c395a96440906ffa6845c Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 7 Feb 2011 18:09:00 +0100 Subject: [PATCH] add new type which generates another type Signed-off-by: Nico Schottelius --- conf/manifests/init | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/manifests/init b/conf/manifests/init index a37d632d..2923ba88 100755 --- a/conf/manifests/init +++ b/conf/manifests/init @@ -6,5 +6,6 @@ case "$__cdist_target_host" in ikq*|localhost) __file cdist-config --source /home/users/nico/p/cdist/bin/cdist-config --destination /usr/bin/cdist-config + __issue iddoesnotmatterhere ;; esac