Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2010-11-01 16:03:07 +01:00
parent 0d27f1a82d
commit 686f50d106
2 changed files with 6 additions and 2 deletions

4
TODO
View File

@ -16,6 +16,8 @@
- SHELL SCRIPTS! (executables? do not support?) - SHELL SCRIPTS! (executables? do not support?)
- stdout - stdout
- cleanup / integrate doc/man/cdist.text - cleanup / integrate doc/man/cdist.text
- define how to write / provide functions
- keep generic / easy extension
- cdist-deply-to - cdist-deply-to
- sync conf/{lib/,modules,host/$name} - sync conf/{lib/,modules,host/$name}
- cdist-explore - cdist-explore
@ -38,6 +40,7 @@
- to implement (from cfengine): - to implement (from cfengine):
- file editing (sed, awk) - file editing (sed, awk)
- huge library of functions shipped by default - huge library of functions shipped by default
- disconnected clients with "cache"
- release first public version, which includes at least: - release first public version, which includes at least:
- manpages - manpages
@ -45,3 +48,4 @@
Later: Later:
- multi master setups - multi master setups
- pull strategy

View File

@ -16,8 +16,8 @@ approach (a server pushes out the configuration to the clients),
but can also be used the pull way (see cdist-push-pull(7)). but can also be used the pull way (see cdist-push-pull(7)).
Cdist is configured in shell syntax, which is "compiled" to an Cdist is configured in shell syntax, which is "compiled" to an
internal configuration representation, which again is used to internal configuration representation (cconfig), which again
generate an executable, which is run on the client is used to generate an executable, which is run on the client
(see cdist-language(7), cdist-design(7)). (see cdist-language(7), cdist-design(7)).