forked from ungleich-public/cdist
more ideas
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
58c349cd1f
commit
c6a27aa82a
3 changed files with 6 additions and 1 deletions
4
ROADMAP
4
ROADMAP
|
@ -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, ...
|
||||
|
|
|
@ -23,4 +23,4 @@
|
|||
|
||||
[ $# -eq 1 ] || __cdist_usage "target"
|
||||
|
||||
|
||||
echo This script should run the manifest 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
|
||||
|
|
Loading…
Reference in a new issue