From fb3965044afd8dcbc20c67d4679efc4a9cdeac3d Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 15 Jan 2011 18:00:14 +0100 Subject: [PATCH] fix cdist-cconfig-tree to use new temporay name Signed-off-by: Nico Schottelius --- test/cdist-cconfig-tree | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cdist-cconfig-tree b/test/cdist-cconfig-tree index fe3a8519..106be5a9 100755 --- a/test/cdist-cconfig-tree +++ b/test/cdist-cconfig-tree @@ -32,7 +32,7 @@ export cdist_types="file service user" # the file that contains mapping from hosts to types # we will execute this later -- call this MANIFEST? -cdist_config_base="./cdist_config_base" +cdist_config_base="./EXAMPLE_MANIFEST" cdist_tree_wrapper="./cdist_tree_wrapper"