forked from ungleich-public/cdist
(xtaran && lintian)++
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
c789d9a5bf
commit
53fe3844cb
4 changed files with 4 additions and 4 deletions
|
@ -51,7 +51,7 @@ work nor kill the authors brain:
|
||||||
- On a merge request, always name the branch I should pull from
|
- On a merge request, always name the branch I should pull from
|
||||||
- Always ensure **all** manpages build. Use **./build man** to test.
|
- Always ensure **all** manpages build. Use **./build man** to test.
|
||||||
- If you developed more than **one** feature, consider submitting them in
|
- If you developed more than **one** feature, consider submitting them in
|
||||||
seperate branches. This way one feature can already be included, even if
|
separate branches. This way one feature can already be included, even if
|
||||||
the other needs to be improved.
|
the other needs to be improved.
|
||||||
|
|
||||||
As soon as your work meets these requirements, write a mail
|
As soon as your work meets these requirements, write a mail
|
||||||
|
|
|
@ -107,7 +107,7 @@ DEPENDENCIES
|
||||||
------------
|
------------
|
||||||
If you want to describe that something requires something else, just
|
If you want to describe that something requires something else, just
|
||||||
setup the variable "require" to contain the requirements. Multiple
|
setup the variable "require" to contain the requirements. Multiple
|
||||||
requirements can be added white space seperated.
|
requirements can be added white space separated.
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
# No dependency
|
# No dependency
|
||||||
|
|
|
@ -33,7 +33,7 @@ be created, if it has different parameters.
|
||||||
STAGE 3: OBJECT INFORMATION RETRIEVAL
|
STAGE 3: OBJECT INFORMATION RETRIEVAL
|
||||||
-------------------------------------
|
-------------------------------------
|
||||||
Every object is checked whether its type has explorers and if so, these are
|
Every object is checked whether its type has explorers and if so, these are
|
||||||
executed on the target host. The results are transfered back
|
executed on the target host. The results are transferred back
|
||||||
and can be used in the following stages to decide what changes need to be made
|
and can be used in the following stages to decide what changes need to be made
|
||||||
on the target to implement the desired state.
|
on the target to implement the desired state.
|
||||||
|
|
||||||
|
|
|
@ -73,7 +73,7 @@ To begin a new type, just create the directory **cdist/conf/type/__NAME**.
|
||||||
DEFINING PARAMETERS
|
DEFINING PARAMETERS
|
||||||
-------------------
|
-------------------
|
||||||
Every type consists of required, optional and boolean parameters, which must
|
Every type consists of required, optional and boolean parameters, which must
|
||||||
be created in a newline seperated file in ***parameter/required***,
|
be created in a newline separated file in ***parameter/required***,
|
||||||
***parameter/required_multiple***, ***parameter/optional***,
|
***parameter/required_multiple***, ***parameter/optional***,
|
||||||
***parameter/optional_multiple*** and ***parameter/boolean***.
|
***parameter/optional_multiple*** and ***parameter/boolean***.
|
||||||
Parameters which are allowed multiple times should be listed in
|
Parameters which are allowed multiple times should be listed in
|
||||||
|
|
Loading…
Reference in a new issue