From fe4074b27052dbc76b22615c391a36afb9bfc82a Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 21 Mar 2012 10:42:43 +0100 Subject: [PATCH] +update README Signed-off-by: Nico Schottelius --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index 965138c4..e514df91 100644 --- a/README +++ b/README @@ -38,6 +38,7 @@ Design | Define target state, do not focus on methods or scripts Design | Push architecture: Instantly apply your changes Small core | cdist's core is very small - less code, less bugs Fast development | Focus on straightforwardness of type creation is a main development objective +Fast development | Batteries included: A lot of requirements can be solved using standard types Modern Programming Language | cdist is written in Python Requirements, Scalability | No central server needed, cdist operates in push mode and can be run from any computer Requirements, Scalability, Upgrade | cdist only needs to be updated on the master, not on the target hosts