From 0d53a0dca922a1462d090572622a120c7edc2d9c Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 15 Jan 2011 01:23:58 +0100 Subject: [PATCH] initial version of manpage for cdist-explorer Signed-off-by: Nico Schottelius --- doc/man/cdist-explorer.text | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 doc/man/cdist-explorer.text diff --git a/doc/man/cdist-explorer.text b/doc/man/cdist-explorer.text new file mode 100644 index 00000000..23a94eef --- /dev/null +++ b/doc/man/cdist-explorer.text @@ -0,0 +1,34 @@ +cdist-explorer-coordinator(1) +============================= +Nico Schottelius + + +NAME +---- +cdist-explorer-coordinator - Coordinate explorer on target systems + +DESCRIPTION +----------- + +The cdist-explorer-coordinator is responsible for getting information +about the target system. Its job is to find locally the available +explorers and prepare them for execution on the remote host. + +Each and every explorer may return the information from the target system, +which is assigned to a local variable of the name __explorer_EXPLORERNAME. + +NOTES +----- +The first version of the cdist-explorer-coordinator (named cdist-build-explorer) +used to create strings remote, taken literally. saves ssh, insecure. + +SEE ALSO +-------- +cdist(7) + + +COPYING +------- +Copyright \(C) 2010 Nico Schottelius. Free use of this software is +granted under the terms of the GNU General Public License version 3 (GPLv3). +