forked from ungleich-public/cdist
do not submit run/exec types containing echo only
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
eadb62e67a
commit
921b0c0dff
1 changed files with 7 additions and 0 deletions
|
@ -61,12 +61,19 @@ including it.
|
||||||
|
|
||||||
HOW TO SUBMIT A NEW TYPE
|
HOW TO SUBMIT A NEW TYPE
|
||||||
------------------------
|
------------------------
|
||||||
|
For detailled information about types, see cdist-type(7).
|
||||||
|
|
||||||
Submitting a type works as described above, with the additional requirement
|
Submitting a type works as described above, with the additional requirement
|
||||||
that a corresponding manpage named man.text in asciidoc format with
|
that a corresponding manpage named man.text in asciidoc format with
|
||||||
the manpage-name "cdist-type__NAME" is included in the type directory
|
the manpage-name "cdist-type__NAME" is included in the type directory
|
||||||
AND asciidoc is able to compile it (i.e. do NOT have to many "=" in the second
|
AND asciidoc is able to compile it (i.e. do NOT have to many "=" in the second
|
||||||
line).
|
line).
|
||||||
|
|
||||||
|
Warning: Submitting "exec" or "run" types that simply echo their parameter in
|
||||||
|
gencode* will not be accepted, because they are of no use. Every type can output
|
||||||
|
code and thus such a type introduces redundant functionality that is given by
|
||||||
|
core cdist already.
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
|
|
Loading…
Reference in a new issue