diff --git a/Makefile b/Makefile index 2eae1e93..df87de17 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,7 @@ MANSRC=$(MANDIR)/cdist.text \ $(MANDIR)/cdist-manifest.text \ $(MANDIR)/cdist-manifest-run-init.text \ $(MANDIR)/cdist-manifest-run-all.text \ + $(MANDIR)/cdist-object-explorer-all.text \ $(MANDIR)/cdist-quickstart.text \ $(MANDIR)/cdist-stages.text \ $(MANDIR)/cdist-type.text \ diff --git a/doc/man/cdist-object-explorer-all.text b/doc/man/cdist-object-explorer-all.text new file mode 100644 index 00000000..dda3d30d --- /dev/null +++ b/doc/man/cdist-object-explorer-all.text @@ -0,0 +1,33 @@ +cdist-object-explorer-all(1) +============================ +Nico Schottelius + + +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).