forked from ungleich-public/cdist
document cdist-object-gencode
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
0f83417652
commit
d204ac523c
2 changed files with 33 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -23,6 +23,7 @@ MANSRC=$(MANDIR)/cdist.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 \
|
||||||
|
$(MANDIR)/cdist-object-gencode.text \
|
||||||
$(MANDIR)/cdist-object-gencode-all.text \
|
$(MANDIR)/cdist-object-gencode-all.text \
|
||||||
$(MANDIR)/cdist-quickstart.text \
|
$(MANDIR)/cdist-quickstart.text \
|
||||||
$(MANDIR)/cdist-stages.text \
|
$(MANDIR)/cdist-stages.text \
|
||||||
|
|
32
doc/man/cdist-object-gencode.text
Normal file
32
doc/man/cdist-object-gencode.text
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
cdist-object-gencode(1)
|
||||||
|
=======================
|
||||||
|
Nico Schottelius <nico-cdist--@--schottelius.org>
|
||||||
|
|
||||||
|
|
||||||
|
NAME
|
||||||
|
----
|
||||||
|
cdist-object-gencode - Generate code for a given object
|
||||||
|
|
||||||
|
|
||||||
|
SYNOPSIS
|
||||||
|
--------
|
||||||
|
cdist-object-gencode HOSTNAME OBJECT
|
||||||
|
|
||||||
|
|
||||||
|
DESCRIPTION
|
||||||
|
-----------
|
||||||
|
For the given object, run the gencode executable. The output of this
|
||||||
|
executable on stdout will be used by cdist-object-gencode-all(1).
|
||||||
|
|
||||||
|
|
||||||
|
SEE ALSO
|
||||||
|
--------
|
||||||
|
- cdist(7)
|
||||||
|
- cdist-deploy-to(1)
|
||||||
|
- cdist-object-gencode-all(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