rephrase cdist and add prominent example section
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
a55eb6ebc9
commit
5ec1a6cc2d
1 changed files with 7 additions and 2 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue