From ae36d299ce140b9affceeb1e6f4451188bfc9ecb Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 4 Mar 2011 09:45:43 +0100 Subject: [PATCH] cdist update --- software/cdist.mdwn | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/software/cdist.mdwn b/software/cdist.mdwn index 8d9bff80..238baa22 100644 --- a/software/cdist.mdwn +++ b/software/cdist.mdwn @@ -1,5 +1,7 @@ [[!meta title="cdist - configuration management"]] +[[!toc levels=2]] + ## Introduction cdist configures your system and is similar to @@ -11,7 +13,7 @@ and [puppet](http://www.puppetlabs.com/), but it ticks differently: * cdist sticks completly to the KISS (keep it simple and stupid) paradigma - * cdist's core is very small (currently around 400 lines of code) + * cdist's core is very small (< 1k lines of code) * There is only one type to extend cdist called ***type***. * One main development target: ***It must be incredible easy to add new types.*** * cdist is UNIX @@ -24,7 +26,7 @@ it ticks differently: ### Architecture * Push mode (server pushes configuration) - * Pull mode (client triggers 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