[doc] update manpage

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-02-02 21:54:30 +01:00
parent bf0c2bb6b5
commit 853d9bcf5f
1 changed files with 9 additions and 3 deletions

View File

@ -10,13 +10,13 @@ cdist - Configuration distribution system
DESCRIPTION DESCRIPTION
----------- -----------
Cdist allows you to define centrally a configurations for Cdist allows you to centrally define a configurations for
all systems and apply them. Cdist generally uses the push UNIX systems and apply them. Cdist generally uses the push
approach (a server pushes out the configuration to the clients), approach (a server pushes out the configuration to the clients),
but can also be used the pull way (see cdist-push-pull(7)). but can also be used the pull way (see cdist-push-pull(7)).
Cdist is configured in shell syntax, which is "compiled" to an Cdist is configured in shell syntax, which is "compiled" to an
internal configuration representation (cconfig), which again internal configuration representation (cdist-cconfig(7)), which again
is used to generate an executable, which is run on the client is used to generate an executable, which is run on the client
(see cdist-language(7), cdist-design(7)). (see cdist-language(7), cdist-design(7)).
@ -24,6 +24,12 @@ To get your fingers dirty with cdist very quick, have
a look at cdist-quickstart(7). a look at cdist-quickstart(7).
REQUIREMENTS
------------
Cdist requires enabled ssh-server and a posix shell on the clients and
ssh-client and posix shell on the server.
SEE ALSO SEE ALSO
-------- --------
Website: http://www.nico.schottelius.org/cdist/[] Website: http://www.nico.schottelius.org/cdist/[]