remove __debug, should not be setup by cdist

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2011-10-19 15:01:55 +02:00
parent 5a29875fcf
commit 07ef08938b
2 changed files with 5 additions and 6 deletions

View File

@ -165,11 +165,6 @@ changed::
ENVIRONMENT VARIABLES
---------------------
__debug::
If this variable is setup, cdist runs in debug mode.
You can use this information, to only output stuff in debug
mode as well.
Available for: initial manifest, type manifest, gencode, code
__explorer::
Directory that contains all global explorers.
Available for: explorer

View File

@ -40,7 +40,11 @@ global, type explorer
DEBUGGING YOUR TYPES
--------------------
__debug::
If this variable is setup, cdist runs in debug mode.
You can use this information, to only output stuff in debug
mode as well.
Available for: initial manifest, type manifest, gencode, code