remove __debug, should not be setup by cdist
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
5a29875fcf
commit
07ef08938b
2 changed files with 5 additions and 6 deletions
|
@ -165,11 +165,6 @@ changed::
|
||||||
|
|
||||||
ENVIRONMENT VARIABLES
|
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::
|
__explorer::
|
||||||
Directory that contains all global explorers.
|
Directory that contains all global explorers.
|
||||||
Available for: explorer
|
Available for: explorer
|
||||||
|
|
|
@ -40,7 +40,11 @@ global, type explorer
|
||||||
|
|
||||||
DEBUGGING YOUR TYPES
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue