rephrase cdist and add prominent example section

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-03-25 23:06:30 +01:00
parent a55eb6ebc9
commit 5ec1a6cc2d
1 changed files with 7 additions and 2 deletions

View File

@ -10,8 +10,13 @@ cdist - Configuration management system
DESCRIPTION DESCRIPTION
----------- -----------
Cdist is a very simple, elegant, cleanly designed configuration management Cdist is a usable configuration management system.
system. The easiest way to get started with cdist is to run cdist-quickstart. The easiest way to get started with cdist is to initialise
the environment and run cdist-quickstart:
--------------------------------------------------------------------------------
eval `./bin/cdist-env` && cdist-quickstart
--------------------------------------------------------------------------------
Cdist configurations are written in the shell scripting language. Cdist configurations are written in the shell scripting language.
The mapping of configurations to hosts is defined in so called manifests, The mapping of configurations to hosts is defined in so called manifests,