2011-09-26 15:33:26 +00:00
|
|
|
cdist-tutorial(7)
|
|
|
|
=================
|
2016-05-20 06:50:56 +00:00
|
|
|
A guided introduction into cdist
|
2011-02-20 01:07:56 +00:00
|
|
|
|
2016-05-20 06:50:56 +00:00
|
|
|
Nico Schottelius <nico-cdist--@--schottelius.org>
|
2011-10-19 12:55:16 +00:00
|
|
|
|
|
|
|
|
2012-01-05 13:43:35 +00:00
|
|
|
INTRODUCTION
|
|
|
|
------------
|
2012-01-11 16:11:11 +00:00
|
|
|
This document gives you a pointer on what to read in
|
2012-01-11 16:40:53 +00:00
|
|
|
which order and is thus a "guide to the right locations".
|
|
|
|
So in case you are just starting, just "begin at the beginning"
|
|
|
|
(Brave New World). You can see the target audience in [] brackets
|
|
|
|
after the description.
|
2012-01-05 13:43:35 +00:00
|
|
|
|
2016-05-20 06:50:56 +00:00
|
|
|
cdist-quickstart
|
2012-01-11 16:40:53 +00:00
|
|
|
New to cdist? Want to get your hands dirty? Read this. [beginner]
|
2012-01-05 17:13:25 +00:00
|
|
|
|
2016-05-20 06:50:56 +00:00
|
|
|
cdist-bootstrap
|
2012-01-11 16:34:09 +00:00
|
|
|
The comprehensive guide to your first cdist installation [beginner]
|
2012-01-11 16:21:38 +00:00
|
|
|
|
2016-05-20 06:50:56 +00:00
|
|
|
cdist-manifest
|
2012-01-11 16:34:09 +00:00
|
|
|
Learn how to define which hosts get which configurations [beginner]
|
2012-01-11 16:21:38 +00:00
|
|
|
|
2016-05-20 06:50:56 +00:00
|
|
|
cdist-type
|
2012-01-11 16:34:09 +00:00
|
|
|
Understand how types are working and created [intermediate]
|
2012-01-11 16:21:38 +00:00
|
|
|
|
2016-05-20 06:50:56 +00:00
|
|
|
cdist-best-practice
|
2012-01-11 16:34:09 +00:00
|
|
|
Hints from real life experience to help you to organise cdist [intermediate]
|
2012-01-09 23:01:02 +00:00
|
|
|
|
2016-05-20 06:50:56 +00:00
|
|
|
cdist-reference
|
2012-01-11 16:34:09 +00:00
|
|
|
The type, explorers and environment variables reference [intermediate]
|
2012-01-09 23:01:02 +00:00
|
|
|
|
2016-05-20 06:50:56 +00:00
|
|
|
cdist-explorer
|
2012-01-11 16:34:09 +00:00
|
|
|
Interested in getting more information about the target system? [intermediate]
|
2012-01-09 23:01:02 +00:00
|
|
|
|
2016-05-20 06:50:56 +00:00
|
|
|
cdist-stages
|
2012-01-11 16:34:09 +00:00
|
|
|
Understand the internal workflow of cdist. [advanced]
|
2011-10-19 12:55:16 +00:00
|
|
|
|
2016-05-20 06:50:56 +00:00
|
|
|
cdist-hacker
|
2012-01-11 16:34:09 +00:00
|
|
|
README, if you want to extend or modify cdist. [hacker]
|
2011-10-19 12:55:16 +00:00
|
|
|
|
|
|
|
|
2011-09-26 15:33:26 +00:00
|
|
|
SEE ALSO
|
|
|
|
--------
|
2016-05-20 06:50:56 +00:00
|
|
|
- `cdist(1) <../man1/cdist.html>`_
|
|
|
|
- `cdist-type(7) <cdist-type.html>`_
|
|
|
|
- `cdist-best-practice(7) <cdist-best-practice.html>`_
|
|
|
|
- `cdist-stages(7) <cdist-stages.html>`_
|
2012-01-11 16:40:53 +00:00
|
|
|
- Brave New World by Aldous Huxley
|
2012-01-11 16:11:11 +00:00
|
|
|
|
|
|
|
COPYING
|
|
|
|
-------
|
|
|
|
Copyright \(C) 2011-2012 Nico Schottelius. Free use of this software is
|
|
|
|
granted under the terms of the GNU General Public License version 3 (GPLv3).
|