From 3ebd52fbc79bd9bda14bbaf2f1288bea70ff19b4 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 19 Feb 2011 00:07:55 +0100 Subject: [PATCH] more todo post 1.0 Signed-off-by: Nico Schottelius --- doc/dev/todo/post-1.0 | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/doc/dev/todo/post-1.0 b/doc/dev/todo/post-1.0 index 32d99614..25867498 100644 --- a/doc/dev/todo/post-1.0 +++ b/doc/dev/todo/post-1.0 @@ -1,4 +1,20 @@ -Types: +Core: + - Support singletons (see types/issue for a good reason) + - extend cdist_tree_wrapper to look for optional/mandority parameters for types + - gives "good" database, which contains only valid objects + +Type handler: + - add dependency parameters to core available for every type + --requires + --excludes? + +Stage 5 (code execution): + - check return codes + - abort on first error? + - dependencies + + +Types to be written: - ssh-keys (host/user) - services - user management @@ -6,8 +22,3 @@ Types: - add_line_to_file_if_not_existing - delete_line_from_file - regexp replace (can probably cover all?) - -Core: - - Support singletons (see types/issue for a good reason) - - extend cdist_tree_wrapper to look for optional/mandority parameters for types - - gives "good" database, which contains only valid objects