From acf65488d6f2f0c49e52ec79ca25a37078c5db41 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 7 Mar 2011 14:13:29 +0100 Subject: [PATCH] readme cleanup Signed-off-by: Nico Schottelius --- REAL_README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/REAL_README b/REAL_README index 25e6bb4c..10b1b812 100644 --- a/REAL_README +++ b/REAL_README @@ -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