diff --git a/doc/man/man7/cdist-tutorial.text b/doc/man/man7/cdist-tutorial.text index 80135da9..c547b3e5 100644 --- a/doc/man/man7/cdist-tutorial.text +++ b/doc/man/man7/cdist-tutorial.text @@ -6,6 +6,97 @@ Nico Schottelius 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 +---------------------------- + + + +USE A TYPE TO BUNDLE FUNCTIONALITY +---------------------------------- + + +USING EXPLORERS +--------------- +global, type explorer + + +DEBUGGING YOUR TYPES +-------------------- + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + INTRODUCTION