[doc] create new explorer manpage

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-02-02 22:15:54 +01:00
parent de28cf82e6
commit 5e8a544441
2 changed files with 42 additions and 14 deletions

View File

@ -0,0 +1,34 @@
cdist-explorer-coordinator(1)
=============================
Nico Schottelius <nico-cdist--@--schottelius.org>
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).

View File

@ -1,26 +1,20 @@
cdist-explorer-coordinator(1)
=============================
cdist-explorer(7)
=================
Nico Schottelius <nico-cdist--@--schottelius.org>
NAME
----
cdist-explorer-coordinator - Coordinate explorer on target systems
cdist-explorer - Explore the target systems
DESCRIPTION
-----------
Cdist explorer are small shell scripts, which will be executed
on the target host. The aim of the explorer is to give hints
to types on how to act on the target system.
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.
Explorer are located below $config_dir/explorer. Their name
must be usable as a environment variable.
SEE ALSO
--------