add a new section
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
bc436c6c5c
commit
8448628461
1 changed files with 5 additions and 1 deletions
|
@ -77,8 +77,8 @@ A type consists of
|
||||||
|
|
||||||
- parameter (optional)
|
- parameter (optional)
|
||||||
- manifest (optional)
|
- manifest (optional)
|
||||||
- gencode (optional)
|
|
||||||
- explorer (optional)
|
- explorer (optional)
|
||||||
|
- gencode (optional)
|
||||||
|
|
||||||
Types are stored below conf/type/. Their name should always be prefixed with
|
Types are stored below conf/type/. Their name should always be prefixed with
|
||||||
two underscores (__) to prevent collisions with other binaries in $PATH.
|
two underscores (__) to prevent collisions with other binaries in $PATH.
|
||||||
|
@ -128,8 +128,12 @@ which are documented in cdist-environment-variables(7).
|
||||||
Always ensure the manifest is executable, otherwise cdist will not be able
|
Always ensure the manifest is executable, otherwise cdist will not be able
|
||||||
to execute it.
|
to execute it.
|
||||||
|
|
||||||
|
THE TYPE EXPLORERS
|
||||||
|
------------------
|
||||||
|
|
||||||
WRITING THE GENCODE SCRIPT
|
WRITING THE GENCODE SCRIPT
|
||||||
--------------------------
|
--------------------------
|
||||||
|
The gencode script can make use
|
||||||
|
|
||||||
HOW TO INCLUDE A TYPE INTO UPSTREAM CDIST
|
HOW TO INCLUDE A TYPE INTO UPSTREAM CDIST
|
||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue