finished cdist.text, mark all other manpages to be checked

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-02-26 20:01:51 +01:00
parent d963f931e7
commit 48058925d6
12 changed files with 13 additions and 23 deletions

View File

@ -41,7 +41,7 @@ clean:
# FIXME: some distro nerd, can you make this more beautiful? # FIXME: some distro nerd, can you make this more beautiful?
# Like integrating install, ... # Like integrating install, ...
# I'm just a hacker, I don't really care... # I'm just a hacker, I don't really care...
install: install: install-man
cp bin/* $(BINDIR) cp bin/* $(BINDIR)
install-man: install-man:

View File

@ -8,34 +8,23 @@ NAME
cdist - Configuration management system cdist - Configuration management system
NEW DESCRIPTION
-----------
- is cm
- quickstart - cdist-quickstart
- configured in shell dsl - pointers to posix and problems (sh != bash), os specific
- how to apply - cdist-deploy-to
- how to write - cdist-manifest, cdist-type
-
DESCRIPTION DESCRIPTION
----------- -----------
Cdist is a very simple, elegant, cleanly designed configuration management Cdist is a very simple, elegant, cleanly designed configuration management
system. Cdist allows you to centrally define configurations for UNIX systems system. The easiest way to get started with cdist is to run cdist-quickstart.
Cdist generally uses the push approach (a server pushes out the
configuration to the clients), but can also be used the pull way.
Cdist-deploy-to is the main command to be used to configure a host.
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,
which are written in shell script language. logical units of functionality are called "types" in cdist jargon.
Cdist ships with some types included. You can use or change them, create new
ones or even submit your types for inclusion into cdist.
Logical units of functionality are called "types" in cdist jargon. Cdist ships The main command is cdist-deploy-to, which runs several stages to push
with some types, which you can change or create new ones or even submit your configurations to a host. If you want to deeply understand cdist, reading
types for inclusion into cdist. the source of cdist-deploy-to is recommended.
Cdist currently uses the push approach (a server pushes out the
The fastest way to get a host configured using cdist is probably using configuration to the clients), but future version will also support the
cdist-quickstart. pull mechanism (client requests configuration).
SEE ALSO SEE ALSO
@ -44,6 +33,7 @@ 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-deploy-to(1), cdist-manifest(7), cdist-types(7), cdist-type-inclusion(7),
cdist-quickstart(1) cdist-quickstart(1)
COPYING COPYING
------- -------
Copyright \(C) 2010-2011 Nico Schottelius. Free use of this software is Copyright \(C) 2010-2011 Nico Schottelius. Free use of this software is