more ideas

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-01-15 01:23:18 +01:00
parent 58c349cd1f
commit c6a27aa82a
3 changed files with 6 additions and 1 deletions

View File

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

View File

@ -23,4 +23,4 @@
[ $# -eq 1 ] || __cdist_usage "target"
echo This script should run the manifest file

View File

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