2010-09-30 20:00:03 +00:00
|
|
|
cdist(7)
|
|
|
|
========
|
|
|
|
Nico Schottelius <nico-cdist--@--schottelius.org>
|
|
|
|
|
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
2011-02-07 21:35:01 +00:00
|
|
|
cdist - Configuration management system
|
2010-09-30 20:00:03 +00:00
|
|
|
|
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
2011-02-26 10:19:43 +00:00
|
|
|
Cdist is a very simple, elegant, cleanly designed configuration management
|
2011-02-26 19:01:51 +00:00
|
|
|
system. The easiest way to get started with cdist is to run cdist-quickstart.
|
2010-09-30 20:00:03 +00:00
|
|
|
|
2011-02-26 19:01:51 +00:00
|
|
|
Cdist configurations are written in the shell scripting language.
|
2011-02-26 10:19:43 +00:00
|
|
|
The mapping of configurations to hosts is defined in so called manifests,
|
2011-02-26 19:01:51 +00:00
|
|
|
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.
|
2010-09-30 20:00:03 +00:00
|
|
|
|
2011-02-26 19:01:51 +00:00
|
|
|
The main command is cdist-deploy-to, which runs several stages to push
|
|
|
|
configurations to a host. If you want to deeply understand cdist, reading
|
|
|
|
the source of cdist-deploy-to is recommended.
|
|
|
|
Cdist currently uses the push approach (a server pushes out the
|
|
|
|
configuration to the clients), but future version will also support the
|
|
|
|
pull mechanism (client requests configuration).
|
2011-02-02 20:54:30 +00:00
|
|
|
|
|
|
|
|
2010-09-30 20:00:03 +00:00
|
|
|
SEE ALSO
|
|
|
|
--------
|
2011-03-09 08:15:34 +00:00
|
|
|
- Website: http://www.nico.schottelius.org/cdist/[]
|
2011-03-21 13:27:23 +00:00
|
|
|
- cdist-best-practise(7)
|
2011-03-09 08:15:34 +00:00
|
|
|
- cdist-deploy-to(1)
|
2011-03-24 14:26:06 +00:00
|
|
|
- cdist-hacker(7)
|
2011-03-09 08:15:34 +00:00
|
|
|
- cdist-manifest(7)
|
|
|
|
- cdist-quickstart(1)
|
|
|
|
- cdist-type(7)
|
2010-09-30 20:00:03 +00:00
|
|
|
|
2011-02-26 19:01:51 +00:00
|
|
|
|
2010-09-30 20:00:03 +00:00
|
|
|
COPYING
|
|
|
|
-------
|
2011-02-02 21:19:00 +00:00
|
|
|
Copyright \(C) 2010-2011 Nico Schottelius. Free use of this software is
|
2010-09-30 20:00:03 +00:00
|
|
|
granted under the terms of the GNU General Public License version 3 (GPLv3).
|