cleanup main manpage

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-02-07 22:35:01 +01:00
parent bba7f704dd
commit 1d65a77ebf
1 changed files with 15 additions and 16 deletions

View File

@ -5,7 +5,7 @@ Nico Schottelius <nico-cdist--@--schottelius.org>
NAME NAME
---- ----
cdist - Configuration distribution system cdist - Configuration management system
DESCRIPTION DESCRIPTION
@ -15,28 +15,27 @@ 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-deploy-to(1) is the main command to be used to deploy
internal configuration representation (cdist-cconfig(7)), which again configurations to a host.
is used to generate an executable, which is run on the client
(see cdist-language(7), cdist-design(7)).
To get your fingers dirty with cdist very quick, have The mapping of configurations to hosts is defined
a look at cdist-quickstart(7). in so called manifests, which are written in shell
script language (see cdist-manifest(7)).
Logical units of files and directives are called "types" in cdist jargon
(see cdist-types(7)). Cdist ships with some types, which you can change
or create new ones or even submit your types for inclusion into mainstream
(see cdist-type-inclusion(7)).
REQUIREMENTS The fastest way to get a host configured using cdist is probably
------------ cdist-quickstart(7).
Cdist requires enabled ssh-server and a posix shell on the clients and
ssh-client and posix shell on the server. Additionaly, it requires
the following unix tools:
- find
-
SEE ALSO SEE ALSO
-------- --------
Website: http://www.nico.schottelius.org/cdist/[] Website: http://www.nico.schottelius.org/cdist/[], cdist-push-pull(7),
cdist-deploy-to(1), cdist-manifest(7), cdist-types(7), cdist-type-inclusion(7),
cdist-quickstart(7)
COPYING COPYING