document cdist-manifest-run
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
2a3a783cac
commit
0195b14f09
3 changed files with 40 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -21,6 +21,7 @@ MANSRC=$(MANDIR)/cdist.text \
|
||||||
$(MANDIR)/cdist-deploy-to.text \
|
$(MANDIR)/cdist-deploy-to.text \
|
||||||
$(MANDIR)/cdist-explorer.text \
|
$(MANDIR)/cdist-explorer.text \
|
||||||
$(MANDIR)/cdist-manifest.text \
|
$(MANDIR)/cdist-manifest.text \
|
||||||
|
$(MANDIR)/cdist-manifest-run.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-object-explorer-all.text \
|
||||||
|
|
|
@ -9,3 +9,9 @@ done:
|
||||||
* Document cdist-explorer-run-global
|
* Document cdist-explorer-run-global
|
||||||
* Document cdist-manifest-run-init
|
* Document cdist-manifest-run-init
|
||||||
* Document cdist-manifest-run-all
|
* Document cdist-manifest-run-all
|
||||||
|
cdist-run-remote
|
||||||
|
cdist-code-run-all
|
||||||
|
cdist-object-gencode
|
||||||
|
|
||||||
|
cdist-object-gencode-all
|
||||||
|
cdist-manifest-run
|
||||||
|
|
33
doc/man/cdist-manifest-run.text
Normal file
33
doc/man/cdist-manifest-run.text
Normal 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).
|
Loading…
Reference in a new issue