forked from ungleich-public/cdist
many cleanups
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
039040e5c6
commit
3111f1a7bd
4 changed files with 29 additions and 22 deletions
|
@ -1,8 +1,22 @@
|
||||||
|
- write tutorial
|
||||||
|
- remove cdist(7) reference everywhere
|
||||||
|
- check cross links
|
||||||
|
|
||||||
|
- check other docs:
|
||||||
|
- cdist-best-practice.text
|
||||||
|
- cdist-explorer.text
|
||||||
|
- cdist-hacker.text
|
||||||
|
- cdist-manifest.text
|
||||||
|
- cdist-reference.text
|
||||||
|
- cdist-stages.text
|
||||||
|
- cdist-type.text
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
- check speech publishing
|
- check speech publishing
|
||||||
- and speeches, which may be outdated as well
|
- and speeches, which may be outdated as well
|
||||||
|
|
||||||
- write tutorial
|
|
||||||
|
|
||||||
- Fix / rewrite cdist-quickstart
|
- Fix / rewrite cdist-quickstart
|
||||||
|
|
||||||
- like ccollect!
|
- like ccollect!
|
||||||
|
|
|
@ -141,7 +141,7 @@ you to push certain branches to certain remotes.
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
- cdist(7)
|
- cdist(1)
|
||||||
|
|
||||||
|
|
||||||
COPYING
|
COPYING
|
||||||
|
|
|
@ -57,7 +57,7 @@ dpkg -s "$name" 2>/dev/null || exit 0
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
- cdist(7)
|
- cdist(1)
|
||||||
- cdist-reference(7)
|
- cdist-reference(7)
|
||||||
- cdist-stages(7)
|
- cdist-stages(7)
|
||||||
|
|
||||||
|
|
|
@ -133,6 +133,8 @@ the reference with pointers to the manpages.
|
||||||
|
|
||||||
PARTS BELOW HERE ARE TO-BE-DONE
|
PARTS BELOW HERE ARE TO-BE-DONE
|
||||||
|
|
||||||
|
-> ssh stuff double: cdist-best-practice and here
|
||||||
|
|
||||||
|
|
||||||
MANAGING YOUR OWN CONFIGURATION
|
MANAGING YOUR OWN CONFIGURATION
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
@ -140,6 +142,9 @@ MANAGING YOUR OWN CONFIGURATION
|
||||||
CREATING YOUR FIRST OWN TYPE
|
CREATING YOUR FIRST OWN TYPE
|
||||||
----------------------------
|
----------------------------
|
||||||
=> short example, reference to cdist-type(7)!
|
=> short example, reference to cdist-type(7)!
|
||||||
|
=> motivation
|
||||||
|
|
||||||
|
Use a type to bundle functionalitY
|
||||||
|
|
||||||
<with object id? or signleton here already>
|
<with object id? or signleton here already>
|
||||||
|
|
||||||
|
@ -152,25 +157,9 @@ __debug::
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
MORE ABOUT TYPES AND OBJECTS
|
|
||||||
----------------------------
|
|
||||||
All available types in cdist can be called like normal executables.
|
|
||||||
|
|
||||||
|
|
||||||
USING SOME BASIC TYPES
|
|
||||||
----------------------
|
|
||||||
what is a type, how to use it,
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
USE A TYPE TO BUNDLE FUNCTIONALITY
|
|
||||||
----------------------------------
|
|
||||||
|
|
||||||
|
|
||||||
USING EXPLORERS
|
USING EXPLORERS
|
||||||
---------------
|
---------------
|
||||||
global, type explorer
|
cdist-explorer.text
|
||||||
|
|
||||||
|
|
||||||
DEBUGGING YOUR TYPES
|
DEBUGGING YOUR TYPES
|
||||||
|
@ -183,8 +172,12 @@ TUNING CDIST
|
||||||
|
|
||||||
- speedup processing with ControlMaster option of
|
- speedup processing with ControlMaster option of
|
||||||
ssh
|
ssh
|
||||||
|
=> different document
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
cdist(1), cdist-type(7), cdist-stages(7)
|
- cdist(1)
|
||||||
|
- cdist-type(7)
|
||||||
|
- cdist-best-practice(7)
|
||||||
|
- cdist-stages(7)?
|
||||||
|
|
Loading…
Reference in a new issue