From 47994ed283a3984ee622d63f086955285ed3d619 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 7 Mar 2011 14:19:05 +0100 Subject: [PATCH] cdist update --- software/cdist.mdwn | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/software/cdist.mdwn b/software/cdist.mdwn index 25e6bb4c..7cefb29e 100644 --- a/software/cdist.mdwn +++ b/software/cdist.mdwn @@ -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