diff --git a/doc/man/to_check/cdist-type.text b/doc/man/to_check/cdist-type.text index cd06463e..bd154813 100644 --- a/doc/man/to_check/cdist-type.text +++ b/doc/man/to_check/cdist-type.text @@ -77,8 +77,8 @@ A type consists of - parameter (optional) - manifest (optional) -- gencode (optional) - explorer (optional) +- gencode (optional) Types are stored below conf/type/. Their name should always be prefixed with 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 to execute it. +THE TYPE EXPLORERS +------------------ + WRITING THE GENCODE SCRIPT -------------------------- +The gencode script can make use HOW TO INCLUDE A TYPE INTO UPSTREAM CDIST -----------------------------------------