[DOC] remove some formatting issues in cdist-reference
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
a28ac9bedc
commit
09bf63ffca
1 changed files with 7 additions and 10 deletions
|
@ -45,9 +45,11 @@ cdist-reference - Variable, path and type reference for cdist
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
Various scripts which are not in the core need information on how
|
This reference summarises
|
||||||
to find information. This manpage summarises the available environment
|
|
||||||
variables, types and paths and clearifies with part may access which variables.
|
- environment variables
|
||||||
|
- paths
|
||||||
|
- types
|
||||||
|
|
||||||
|
|
||||||
PATHS
|
PATHS
|
||||||
|
@ -62,7 +64,6 @@ conf/manifest/init::
|
||||||
It is an executable (+x bit set) shell script that can use
|
It is an executable (+x bit set) shell script that can use
|
||||||
values from the explorers to decide which configuration to create
|
values from the explorers to decide which configuration to create
|
||||||
for the specified target host.
|
for the specified target host.
|
||||||
|
|
||||||
It should be primary used to define mapping from configurations to hosts.
|
It should be primary used to define mapping from configurations to hosts.
|
||||||
|
|
||||||
conf/manifest/*::
|
conf/manifest/*::
|
||||||
|
@ -103,15 +104,12 @@ conf/type/<name>/parameters/optional::
|
||||||
|
|
||||||
conf/type/<name>/explorer::
|
conf/type/<name>/explorer::
|
||||||
Location of the type specific explorers.
|
Location of the type specific explorers.
|
||||||
|
|
||||||
This directory is referenced by the variable __type_explorer (see below).
|
This directory is referenced by the variable __type_explorer (see below).
|
||||||
|
|
||||||
See cdist-explorer(7).
|
See cdist-explorer(7).
|
||||||
|
|
||||||
out/::
|
out/::
|
||||||
This directory contains output of cdist and is usually located
|
This directory contains output of cdist and is usually located
|
||||||
in a temporary directory and thus will be removed after the run.
|
in a temporary directory and thus will be removed after the run.
|
||||||
|
|
||||||
This directory is referenced by the variable __global (see below).
|
This directory is referenced by the variable __global (see below).
|
||||||
|
|
||||||
out/explorer::
|
out/explorer::
|
||||||
|
@ -122,7 +120,6 @@ out/object::
|
||||||
|
|
||||||
out/object/<object>::
|
out/object/<object>::
|
||||||
Contains all object specific information.
|
Contains all object specific information.
|
||||||
|
|
||||||
This directory is referenced by the variable __object (see below).
|
This directory is referenced by the variable __object (see below).
|
||||||
|
|
||||||
out/object/<object>/explorers::
|
out/object/<object>/explorers::
|
||||||
|
@ -138,8 +135,8 @@ TYPES
|
||||||
The available types are listed in the SEE ALSO section
|
The available types are listed in the SEE ALSO section
|
||||||
and are referenced as cdist-type__TYPENAME.
|
and are referenced as cdist-type__TYPENAME.
|
||||||
|
|
||||||
VARIABLES
|
ENVIRONMENT VARIABLES
|
||||||
---------
|
---------------------
|
||||||
__explorer::
|
__explorer::
|
||||||
Directory that contains all explorers.
|
Directory that contains all explorers.
|
||||||
Available for: explorer
|
Available for: explorer
|
||||||
|
|
Loading…
Reference in a new issue