forked from ungleich-public/cdist
document cdist-object-explorer-all
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
618287efaa
commit
df2e77f9ed
2 changed files with 34 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -22,6 +22,7 @@ MANSRC=$(MANDIR)/cdist.text \
|
||||||
$(MANDIR)/cdist-manifest.text \
|
$(MANDIR)/cdist-manifest.text \
|
||||||
$(MANDIR)/cdist-manifest-run-init.text \
|
$(MANDIR)/cdist-manifest-run-init.text \
|
||||||
$(MANDIR)/cdist-manifest-run-all.text \
|
$(MANDIR)/cdist-manifest-run-all.text \
|
||||||
|
$(MANDIR)/cdist-object-explorer-all.text \
|
||||||
$(MANDIR)/cdist-quickstart.text \
|
$(MANDIR)/cdist-quickstart.text \
|
||||||
$(MANDIR)/cdist-stages.text \
|
$(MANDIR)/cdist-stages.text \
|
||||||
$(MANDIR)/cdist-type.text \
|
$(MANDIR)/cdist-type.text \
|
||||||
|
|
33
doc/man/cdist-object-explorer-all.text
Normal file
33
doc/man/cdist-object-explorer-all.text
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
cdist-object-explorer-all(1)
|
||||||
|
============================
|
||||||
|
Nico Schottelius <nico-cdist--@--schottelius.org>
|
||||||
|
|
||||||
|
|
||||||
|
NAME
|
||||||
|
----
|
||||||
|
cdist-object-explorer-all - Run type explorer for every object
|
||||||
|
|
||||||
|
|
||||||
|
SYNOPSIS
|
||||||
|
--------
|
||||||
|
cdist-object-explorer-all HOSTNAME
|
||||||
|
|
||||||
|
|
||||||
|
DESCRIPTION
|
||||||
|
-----------
|
||||||
|
For every object, it checks whether the type has one or more explorers.
|
||||||
|
If so, the explorers of the type are copied to the target and executed
|
||||||
|
once per object.
|
||||||
|
|
||||||
|
|
||||||
|
SEE ALSO
|
||||||
|
--------
|
||||||
|
- cdist(7)
|
||||||
|
- cdist-deploy-to(1)
|
||||||
|
- cdist-remote-explorer-run(1)
|
||||||
|
|
||||||
|
|
||||||
|
COPYING
|
||||||
|
-------
|
||||||
|
Copyright \(C) 2011 Nico Schottelius. Free use of this software is
|
||||||
|
granted under the terms of the GNU General Public License version 3 (GPLv3).
|
Loading…
Reference in a new issue