2011-01-14 11:46:23 +00:00
|
|
|
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)
|
2011-02-02 13:02:06 +00:00
|
|
|
x Define configuration paths (doc/internal/config-layout)
|
2011-02-02 21:24:21 +00:00
|
|
|
- redo explorers (see manpage)
|
|
|
|
/ Write at least one type
|
2011-01-14 11:47:44 +00:00
|
|
|
- Parse configuration tree / generate code to be executed on client
|
2011-02-02 13:02:06 +00:00
|
|
|
- types?
|
|
|
|
- can/may types modify tree?
|
2011-01-15 00:23:18 +00:00
|
|
|
- may open door for getting information from manifest / other stuff
|
2011-01-14 11:47:44 +00:00
|
|
|
|
|
|
|
- Cleanup / refactor / documentation
|
2011-02-02 13:02:06 +00:00
|
|
|
- Write types, types, types, ...
|
|
|
|
doc/internal/type-integration
|
|
|
|
- type side: Steven
|