update docs

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-02-02 14:02:17 +01:00
parent b10b740916
commit 85154b87a4
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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))