decide to remove argv

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-03-17 20:30:19 +01:00
parent 6c3631418e
commit 5b82a0fcda
1 changed files with 7 additions and 0 deletions

View File

@ -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.