document cdist-manifest-run

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-03-18 00:48:17 +01:00
parent 2a3a783cac
commit 0195b14f09
3 changed files with 40 additions and 0 deletions

View File

@ -21,6 +21,7 @@ MANSRC=$(MANDIR)/cdist.text \
$(MANDIR)/cdist-deploy-to.text \
$(MANDIR)/cdist-explorer.text \
$(MANDIR)/cdist-manifest.text \
$(MANDIR)/cdist-manifest-run.text \
$(MANDIR)/cdist-manifest-run-init.text \
$(MANDIR)/cdist-manifest-run-all.text \
$(MANDIR)/cdist-object-explorer-all.text \

View File

@ -9,3 +9,9 @@ done:
* Document cdist-explorer-run-global
* Document cdist-manifest-run-init
* Document cdist-manifest-run-all
cdist-run-remote
cdist-code-run-all
cdist-object-gencode
cdist-object-gencode-all
cdist-manifest-run

View File

@ -0,0 +1,33 @@
cdist-manifest-run(1)
=====================
Nico Schottelius <nico-cdist--@--schottelius.org>
NAME
----
cdist-manifest-run - Run a given manifest
SYNOPSIS
--------
cdist-manifest-run HOSTNAME MANIFEST OUTPUT_DIR
DESCRIPTION
-----------
cdist-manifest-run executes the given MANIFEST and saves the output into
OUTPUT_DIR.
SEE ALSO
--------
- cdist(7)
- cdist-deploy-to(1)
- cdist-manifest-run-all(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).