[doc] create new explorer manpage
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
de28cf82e6
commit
5e8a544441
2 changed files with 42 additions and 14 deletions
34
doc/man/cdist-explorer-coordinator.text
Normal file
34
doc/man/cdist-explorer-coordinator.text
Normal 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).
|
||||||
|
|
|
@ -1,26 +1,20 @@
|
||||||
cdist-explorer-coordinator(1)
|
cdist-explorer(7)
|
||||||
=============================
|
=================
|
||||||
Nico Schottelius <nico-cdist--@--schottelius.org>
|
Nico Schottelius <nico-cdist--@--schottelius.org>
|
||||||
|
|
||||||
|
|
||||||
NAME
|
NAME
|
||||||
----
|
----
|
||||||
cdist-explorer-coordinator - Coordinate explorer on target systems
|
cdist-explorer - Explore the target systems
|
||||||
|
|
||||||
DESCRIPTION
|
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
|
Explorer are located below $config_dir/explorer. Their name
|
||||||
about the target system. Its job is to find locally the available
|
must be usable as a environment variable.
|
||||||
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
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
|
|
Loading…
Reference in a new issue