From 07ef08938b25f0fd1f3af2de2fa6fc666df9ff67 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 19 Oct 2011 15:01:55 +0200 Subject: [PATCH] remove __debug, should not be setup by cdist Signed-off-by: Nico Schottelius --- doc/man/cdist-reference.text.sh | 5 ----- doc/man/man7/cdist-tutorial.text | 6 +++++- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/doc/man/cdist-reference.text.sh b/doc/man/cdist-reference.text.sh index a80a6ce3..257ca36e 100755 --- a/doc/man/cdist-reference.text.sh +++ b/doc/man/cdist-reference.text.sh @@ -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 diff --git a/doc/man/man7/cdist-tutorial.text b/doc/man/man7/cdist-tutorial.text index c547b3e5..71bf18c0 100644 --- a/doc/man/man7/cdist-tutorial.text +++ b/doc/man/man7/cdist-tutorial.text @@ -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