From c6a27aa82acfc84a373339d319ae190f78af10df Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 15 Jan 2011 01:23:18 +0100 Subject: [PATCH] more ideas Signed-off-by: Nico Schottelius --- ROADMAP | 4 ++++ bin/cdist-compile | 2 +- test/cdist-cconfig-tree | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ROADMAP b/ROADMAP index bdb734ee..320e2df2 100644 --- a/ROADMAP +++ b/ROADMAP @@ -5,5 +5,9 @@ x Define how to get information from clients x Create configuration tree from manifest x write binaries, which create the tree when called from manifest (cdist_tree_wrapper) - Parse configuration tree / generate code to be executed on client + - providers? + - can/may providers modify tree? + - may open door for getting information from manifest / other stuff - Cleanup / refactor / documentation +- Write providers, providers, providers, ... diff --git a/bin/cdist-compile b/bin/cdist-compile index 46083ea7..2e5b7f8d 100755 --- a/bin/cdist-compile +++ b/bin/cdist-compile @@ -23,4 +23,4 @@ [ $# -eq 1 ] || __cdist_usage "target" - +echo This script should run the manifest file diff --git a/test/cdist-cconfig-tree b/test/cdist-cconfig-tree index 74315a3d..fe3a8519 100755 --- a/test/cdist-cconfig-tree +++ b/test/cdist-cconfig-tree @@ -67,6 +67,7 @@ mkdir -p "${cdist_bindir}" ) # Cdist_tree_wrapper does not need any other tool, so remove them from the path. +# but the manifest may need so - FIXME: think about it. #unset PATH # prepend our path