From 5b82a0fcda81cfcf0a05162d51298768c02532fd Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 17 Mar 2011 20:30:19 +0100 Subject: [PATCH] decide to remove argv Signed-off-by: Nico Schottelius --- doc/dev/todo/niconext | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/dev/todo/niconext b/doc/dev/todo/niconext index f3c75add..d0a232cd 100644 --- a/doc/dev/todo/niconext +++ b/doc/dev/todo/niconext @@ -22,3 +22,10 @@ In essence: var1="" var2="" var3="" ... cdist-$tool_to_debug vs. currently var1="" cdist-$tool_to_debug opt1 opt2 + +-------------------------------------------------------------------------------- +It seems that being able to pass the target host as argv makes sense, +but everything else can be used from cdist-config -> do not pass. + +Changing those variables is only needed if debugging the core and for +this purpose setting variables is fine.