From 5f1b3a93c0269f4387796e9ac2d98f4929c680ec Mon Sep 17 00:00:00 2001
From: Nico Schottelius <nico@kr.ethz.ch>
Date: Thu, 30 Sep 2010 22:00:03 +0200
Subject: [PATCH] add first documentation

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
---
 doc/man/cdist.text | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 doc/man/cdist.text

diff --git a/doc/man/cdist.text b/doc/man/cdist.text
new file mode 100644
index 00000000..6fba8bea
--- /dev/null
+++ b/doc/man/cdist.text
@@ -0,0 +1,33 @@
+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
+internal configuration representation, which again is used to
+generate an executable, which is run on the client
+(see cdist-language(7), cdist-design(7)).
+
+
+
+SEE ALSO
+--------
+cdist-deploy-to(1), website: http://www.nico.schottelius.org/cdist/[]
+
+
+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).