document cdist-manifest-run-all

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/1.2
Nico Schottelius 14 years ago
parent fa97d7080c
commit 8dddec57db
  1. 1
      Makefile
  2. 1
      doc/dev/todo/niconext
  3. 32
      doc/man/cdist-manifest-run-all.text

@ -21,6 +21,7 @@ MANSRC=$(MANDIR)/cdist.text \
$(MANDIR)/cdist-explorer.text \
$(MANDIR)/cdist-manifest.text \
$(MANDIR)/cdist-manifest-run-init.text \
$(MANDIR)/cdist-manifest-run-all.text \
$(MANDIR)/cdist-quickstart.text \
$(MANDIR)/cdist-stages.text \
$(MANDIR)/cdist-type.text \

@ -8,3 +8,4 @@ Dependencies:
done:
* Document cdist-explorer-run-global
* Document cdist-manifest-run-init
* Document cdist-manifest-run-all

@ -0,0 +1,32 @@
cdist-manifest-run-all(1)
==========================
Nico Schottelius <nico-cdist--@--schottelius.org>
NAME
----
cdist-manifest-run-all - Run manifests of all created types
SYNOPSIS
--------
cdist-manifest-run-all HOSTNAME
DESCRIPTION
-----------
cdist-manifest-run-all iterates over every existing object and
executes the manifest of its type.
SEE ALSO
--------
- cdist(7)
- cdist-deploy-to(1)
- cdist-manifest-run-init(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…
Cancel
Save