Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
@ -18,7 +18,7 @@ These prefixes are supposed to be used. If you write a new type, you
should stick to these conventions.
- __: All variables setup by cdist are prefixed with a double _
- __core: Variables setup by the cdist core
- __cdist_: Variables setup by the cdist core
- __<type>_<name>: Variable <name> setup by type <type>
@ -12,7 +12,7 @@ DESCRIPTION
-----------
A cdist configuration consists of the following parts:
- host definitions (cdist-language-hosts(7))
- manifests (cdist-manifests(7))
- library (cdist-language-library(7))
- modules (cdist-language-modules(7))