From 45d267158f5478acffd1434667fa33c1e0c4a44f Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 3 Mar 2011 08:55:02 +0100 Subject: [PATCH] cleanup manifest/init Signed-off-by: Nico Schottelius --- conf/manifest/init | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf/manifest/init b/conf/manifest/init index f6d973f8..81b8061c 100755 --- a/conf/manifest/init +++ b/conf/manifest/init @@ -9,6 +9,7 @@ echo "We could access other manifests in $__manifest" __file /etc/cdist-configured --type file case "$__target_host" in + # Everybody has this localhost) __issue iddoesnotmatterhere __file test --type file --destination /tmp/cdist-testfile @@ -28,6 +29,4 @@ case "$__target_host" in ikq*) __package_apt zsh --state installed ;; - - esac