forked from ungleich-public/cdist
02a272ecc2
Signed-off-by: Nico Schottelius <nico@yoda.schottelius.org>
15 lines
647 B
Text
15 lines
647 B
Text
This document defines how to continue work on cdist:
|
|
|
|
x Define how to get information from clients
|
|
x Create shell script that creates code to run on client (cdist-build-explorer)
|
|
x Create configuration tree from manifest
|
|
x write binaries, which create the tree when called from manifest (cdist_tree_wrapper)
|
|
- Define configuration paths
|
|
- 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, ...
|
|
- provider side: Steven
|