document environment variables that influence cdist

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2014-02-05 20:50:59 +01:00
parent 2363cdda47
commit d1cc8a6999
1 changed files with 10 additions and 2 deletions

View File

@ -188,8 +188,10 @@ stdin::
when the type was called. when the type was called.
ENVIRONMENT VARIABLES ENVIRONMENT VARIABLES (FOR READING)
--------------------- -----------------------------------
The following environment variables are exported by cdist:
__explorer:: __explorer::
Directory that contains all global explorers. Directory that contains all global explorers.
Available for: initial manifest, explorer, type explorer, shell Available for: initial manifest, explorer, type explorer, shell
@ -227,6 +229,12 @@ __type_explorer::
Directory that contains the type explorers. Directory that contains the type explorers.
Available for: type explorer Available for: type explorer
ENVIRONMENT VARIABLES (FOR WRITING)
-----------------------------------
The following environment variables influence the behaviour of cdist:
CDIST_ALLOW_OVERRIDE::
Allow overwriting type parameters (see cdist-manifest(7))
SEE ALSO SEE ALSO
-------- --------