From 87324ae7f413f0d34ea16cf817c8bd5a6c28ca09 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 15 Jan 2011 15:37:48 +0100 Subject: [PATCH] add doc hint on providers Signed-off-by: Nico Schottelius --- ROADMAP | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ROADMAP b/ROADMAP index b3b36c8d..48242e81 100644 --- a/ROADMAP +++ b/ROADMAP @@ -4,7 +4,7 @@ x Define how to get information from clients x Create shell script that creates code to run on client (cdist-build-explorer) x Create configuration tree from manifest x write binaries, which create the tree when called from manifest (cdist_tree_wrapper) -- Define configuration paths +- Define configuration paths (doc/internal/config-layout) - Parse configuration tree / generate code to be executed on client - providers? - can/may providers modify tree? @@ -12,4 +12,5 @@ x Create configuration tree from manifest - Cleanup / refactor / documentation - Write providers, providers, providers, ... + doc/internal/provider-integration - provider side: Steven