prepare next chapters in tutorial
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
6f82853972
commit
08c5882d40
1 changed files with 21 additions and 14 deletions
|
@ -127,12 +127,31 @@ is only created on the host ***localhost***.
|
||||||
|
|
||||||
As you can see, there is no magic involved, the manifest is simple shell code that
|
As you can see, there is no magic involved, the manifest is simple shell code that
|
||||||
utilises cdist types. Every available type can be executed like a normal
|
utilises cdist types. Every available type can be executed like a normal
|
||||||
command. Use **ls conf/type** to get a list of available types.
|
command. Use **ls conf/type** to get a list of available types. If you have
|
||||||
|
setup the MANPATH correctly as, you can use **man cdist-reference** to access
|
||||||
|
the reference with pointers to the manpages.
|
||||||
|
|
||||||
PARTS BELOW HERE ARE TO-BE-DONE
|
PARTS BELOW HERE ARE TO-BE-DONE
|
||||||
|
|
||||||
|
|
||||||
|
MANAGING YOUR OWN CONFIGURATION
|
||||||
|
-------------------------------
|
||||||
|
|
||||||
|
CREATING YOUR FIRST OWN TYPE
|
||||||
|
----------------------------
|
||||||
|
=> short example, reference to cdist-type(7)!
|
||||||
|
|
||||||
|
<with object id? or signleton here already>
|
||||||
|
|
||||||
|
Debug with var - can be used by yourself
|
||||||
|
__debug::
|
||||||
|
If this variable is setup, cdist runs in debug mode.
|
||||||
|
You can use this information, to only output stuff in debug
|
||||||
|
mode as well.
|
||||||
|
Available for: initial manifest, type manifest, gencode, code
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
MORE ABOUT TYPES AND OBJECTS
|
MORE ABOUT TYPES AND OBJECTS
|
||||||
----------------------------
|
----------------------------
|
||||||
All available types in cdist can be called like normal executables.
|
All available types in cdist can be called like normal executables.
|
||||||
|
@ -143,9 +162,6 @@ USING SOME BASIC TYPES
|
||||||
what is a type, how to use it,
|
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
|
USE A TYPE TO BUNDLE FUNCTIONALITY
|
||||||
|
@ -159,18 +175,9 @@ global, type explorer
|
||||||
|
|
||||||
DEBUGGING YOUR TYPES
|
DEBUGGING YOUR TYPES
|
||||||
--------------------
|
--------------------
|
||||||
__debug::
|
|
||||||
If this variable is setup, cdist runs in debug mode.
|
|
||||||
You can use this information, to only output stuff in debug
|
|
||||||
mode as well.
|
|
||||||
Available for: initial manifest, type manifest, gencode, code
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
BRANCHES IN HERE?
|
|
||||||
------------
|
|
||||||
|
|
||||||
TUNING CDIST
|
TUNING CDIST
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue