begin tutorial sections

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2011-10-19 14:55:16 +02:00
parent 3814dcd728
commit c621af1e9f
1 changed files with 91 additions and 0 deletions

View File

@ -6,6 +6,97 @@ Nico Schottelius <nico-cdist--@--schottelius.org>
NAME
----
cdist-tutorial - a guided introduction into cdist
YOUR FIRST CONFIGURATION
------------------------
DEFINE STATE IN THE INITAL MANIFEST
-----------------------------------
The initial manifest is used to map
configurations to a host.
USING SOME BASIC TYPES
----------------------
what is a type, how to use it,
CREATING YOUR FIRST OWN TYPE
----------------------------
<with object id? or signleton here already>
USE A TYPE TO BUNDLE FUNCTIONALITY
----------------------------------
USING EXPLORERS
---------------
global, type explorer
DEBUGGING YOUR TYPES
--------------------
INTRODUCTION