cdist update
This commit is contained in:
parent
c2dddf97c9
commit
47994ed283
1 changed files with 11 additions and 2 deletions
|
@ -22,13 +22,14 @@ it ticks differently:
|
||||||
* cdist is written in POSIX shell
|
* cdist is written in POSIX shell
|
||||||
* No special requirements like high level interpreters needed on server or target
|
* No special requirements like high level interpreters needed on server or target
|
||||||
|
|
||||||
|
|
||||||
### Architecture
|
### Architecture
|
||||||
|
|
||||||
* Push mode (server pushes configuration)
|
* Push mode (server pushes configuration)
|
||||||
* Pull mode planned (client triggers configuration)
|
* Pull mode planned (client triggers configuration)
|
||||||
* User defines configuration in shell scripts (called ***manifests***)
|
* 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
|
### Features
|
||||||
|
|
||||||
|
@ -52,6 +53,14 @@ but is not. Or: The reason why I began to write cdist.
|
||||||
* sh
|
* sh
|
||||||
* find, rm, ...
|
* find, rm, ...
|
||||||
|
|
||||||
|
### Roadmap
|
||||||
|
|
||||||
|
[[!table data="""
|
||||||
|
**Version** | **Objectives** | **Status**
|
||||||
|
1.0.0 | Initial release |
|
||||||
|
1.0.1 | Documentation cleanup |
|
||||||
|
"""]]
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
### Server
|
### Server
|
||||||
|
|
Loading…
Reference in a new issue