add doc hint on providers

Signed-off-by: Nico Schottelius <nico@yoda.schottelius.org>
This commit is contained in:
Nico Schottelius 2011-01-15 15:37:48 +01:00
parent 02a272ecc2
commit 87324ae7f4
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@ 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
- Define configuration paths (doc/internal/config-layout)
- Parse configuration tree / generate code to be executed on client
- providers?
- can/may providers modify tree?
@ -12,4 +12,5 @@ x Create configuration tree from manifest
- Cleanup / refactor / documentation
- Write providers, providers, providers, ...
doc/internal/provider-integration
- provider side: Steven