forked from ungleich-public/cdist
clearify same object and use example.org in doc
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
3e6b866cae
commit
534ccc86ab
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ The initial manifest, which should be used for mappings of hosts to types,
|
||||||
is executed. This stage creates objects in a cconfig database that contains
|
is executed. This stage creates objects in a cconfig database that contains
|
||||||
the objects as defined in the manifest for the specific host. In this stage,
|
the objects as defined in the manifest for the specific host. In this stage,
|
||||||
no conflicts may occur, i.e. no object of the same type with the same id may
|
no conflicts may occur, i.e. no object of the same type with the same id may
|
||||||
be created.
|
be created, if it has different parameters.
|
||||||
|
|
||||||
|
|
||||||
STAGE 3: OBJECT INFORMATION RETRIEVAL
|
STAGE 3: OBJECT INFORMATION RETRIEVAL
|
||||||
|
@ -44,7 +44,7 @@ Every object is checked whether its type has a executable manifest. The
|
||||||
manifest script may generate and change the created objects. In other words,
|
manifest script may generate and change the created objects. In other words,
|
||||||
one type can reuse other types.
|
one type can reuse other types.
|
||||||
|
|
||||||
For instance the object __apache/www.test.ch is of type __apache, which may
|
For instance the object __apache/www.example.org is of type __apache, which may
|
||||||
contain a manifest script, which creates new objects of type __file.
|
contain a manifest script, which creates new objects of type __file.
|
||||||
|
|
||||||
The newly created objects are merged back into the existing tree. No conflicts
|
The newly created objects are merged back into the existing tree. No conflicts
|
||||||
|
|
Loading…
Reference in a new issue