cdist update

This commit is contained in:
Nico Schottelius 2011-03-07 14:19:05 +01:00
parent c2dddf97c9
commit 47994ed283
1 changed files with 11 additions and 2 deletions

View File

@ -22,13 +22,14 @@ it ticks differently:
* cdist is written in POSIX shell
* No special requirements like high level interpreters needed on server or target
### Architecture
* Push mode (server pushes configuration)
* Pull mode planned (client triggers configuration)
* User defines configuration in shell scripts (called ***manifests***)
* Cdist generates internal configuration (cconfig style) and afterwards applies configuration
* Generates internal configuration (cconfig style)
* Uses ***types*** to generate code be executed on the target
* And finally executes the code on the target / applies the configuration
### Features
@ -52,6 +53,14 @@ but is not. Or: The reason why I began to write cdist.
* sh
* find, rm, ...
### Roadmap
[[!table data="""
**Version** | **Objectives** | **Status**
1.0.0 | Initial release |
1.0.1 | Documentation cleanup |
"""]]
## Requirements
### Server