forked from ungleich-public/cdist
document cdist-manifest-run-all
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
fa97d7080c
commit
8dddec57db
3 changed files with 34 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -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
|
||||
|
|
32
doc/man/cdist-manifest-run-all.text
Normal file
32
doc/man/cdist-manifest-run-all.text
Normal file
|
@ -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…
Reference in a new issue