2010-09-30 20:00:03 +00:00
|
|
|
cdist(7)
|
|
|
|
========
|
|
|
|
Nico Schottelius <nico-cdist--@--schottelius.org>
|
|
|
|
|
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
|
|
|
cdist - Configuration distribution system
|
|
|
|
|
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
|
|
|
Cdist allows you to define centrally a configurations for
|
|
|
|
all systems and apply them. Cdist generally uses the push
|
|
|
|
approach (a server pushes out the configuration to the clients),
|
|
|
|
but can also be used the pull way (see cdist-push-pull(7)).
|
|
|
|
|
|
|
|
Cdist is configured in shell syntax, which is "compiled" to an
|
2010-11-01 15:03:07 +00:00
|
|
|
internal configuration representation (cconfig), which again
|
|
|
|
is used to generate an executable, which is run on the client
|
2010-09-30 20:00:03 +00:00
|
|
|
(see cdist-language(7), cdist-design(7)).
|
|
|
|
|
2010-11-01 15:19:54 +00:00
|
|
|
To get your fingers dirty with cdist very quick, have
|
|
|
|
a look at cdist-quickstart(7).
|
2010-09-30 20:00:03 +00:00
|
|
|
|
|
|
|
|
|
|
|
SEE ALSO
|
|
|
|
--------
|
2010-11-01 15:19:54 +00:00
|
|
|
Website: http://www.nico.schottelius.org/cdist/[]
|
2010-09-30 20:00:03 +00:00
|
|
|
|
|
|
|
|
|
|
|
COPYING
|
|
|
|
-------
|
|
|
|
Copyright \(C) 2010 Nico Schottelius. Free use of this software is
|
|
|
|
granted under the terms of the GNU General Public License version 3 (GPLv3).
|