different todos
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
ef7c63bc98
commit
7a72948351
2 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
||||||
Documentation cleanup
|
Documentation cleanup
|
||||||
|
- to_check/cdist-type.text
|
||||||
|
- add cdist-type-template
|
||||||
|
- plus manpage
|
||||||
- cdist-type-integration
|
- cdist-type-integration
|
||||||
- Ensure available types are documented (!)
|
- Ensure available types are documented (!)
|
||||||
- define how to in cdist-type-integration
|
- define how to in cdist-type-integration
|
||||||
|
|
|
@ -65,7 +65,8 @@ A type consists of
|
||||||
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.
|
||||||
|
|
||||||
To begin a new type from a template, execute "cdist-type-template __NAME".
|
To begin a new type from a template, execute "cdist-type-template __NAME"
|
||||||
|
and cd to conf/type/__NAME.
|
||||||
|
|
||||||
|
|
||||||
DEFINING PARAMETERS
|
DEFINING PARAMETERS
|
||||||
|
|
Loading…
Reference in a new issue